[][src]Trait vgtk::ext::WindowExtHelpers

pub trait WindowExtHelpers: GtkWindowExt {
    fn get_default_height(&self) -> i32 { ... }
fn set_default_height(&self, default_height: i32) { ... }
fn get_default_width(&self) -> i32 { ... }
fn set_default_width(&self, default_width: i32) { ... }
fn get_has_toplevel_focus(&self) -> bool { ... }
fn get_is_active(&self) -> bool { ... }
fn get_is_maximized(&self) -> bool { ... }
fn get_type(&self) -> WindowType { ... }
fn get_window_position(&self) -> WindowPosition { ... }
fn set_window_position(&self, window_position: WindowPosition) { ... } }

Helper trait for Window.

Provided methods

fn get_default_height(&self) -> i32

fn set_default_height(&self, default_height: i32)

fn get_default_width(&self) -> i32

fn set_default_width(&self, default_width: i32)

fn get_has_toplevel_focus(&self) -> bool

fn get_is_active(&self) -> bool

fn get_is_maximized(&self) -> bool

fn get_type(&self) -> WindowType

fn get_window_position(&self) -> WindowPosition

fn set_window_position(&self, window_position: WindowPosition)

Loading content...

Implementors

impl<A> WindowExtHelpers for A where
    A: GtkWindowExt
[src]

Loading content...