[][src]Trait libhandy4::ApplicationWindowExt

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

Trait containing all ApplicationWindow methods.

Implementors

ApplicationWindow

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<ApplicationWindow>> ApplicationWindowExt for O[src]

Loading content...