[][src]Trait libhandy4::WindowExt

pub trait WindowExt: 'static {
    pub fn get_child(&self) -> Option<Widget>;
pub fn set_child<P: IsA<Widget>>(&self, child: Option<&P>); }

Trait containing all Window methods.

Implementors

PreferencesWindow, Window

Required methods

pub fn get_child(&self) -> Option<Widget>[src]

Gets the child widget of self.

Returns

the child widget of self

pub fn set_child<P: IsA<Widget>>(&self, child: Option<&P>)[src]

Sets the child widget of self.

child

the child widget

Loading content...

Implementors

impl<O: IsA<Window>> WindowExt for O[src]

Loading content...