[][src]Trait gtk::InvisibleExt

pub trait InvisibleExt: 'static {
    fn set_screen(&self, screen: &Screen);
fn connect_property_screen_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn set_screen(&self, screen: &Screen)

fn connect_property_screen_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Invisible>> InvisibleExt for O[src]

Loading content...