[][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; }

Trait containing all Invisible methods.

Implementors

Invisible

Required methods

fn set_screen(&self, screen: &Screen)

Sets the gdk::Screen where the Invisible object will be displayed.

screen

a gdk::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...