Trait gtk::EventBoxExt [] [src]

pub trait EventBoxExt {
    fn get_above_child(&self) -> bool;
    fn get_visible_window(&self) -> bool;
    fn set_above_child(&self, above_child: bool);
    fn set_visible_window(&self, visible_window: bool);
}

Required Methods

Implementors