Trait gtk::SeparatorToolItemExt [−][src]
pub trait SeparatorToolItemExt {
fn get_draw(&self) -> bool;
fn set_draw(&self, draw: bool);
fn connect_property_draw_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
fn get_draw(&self) -> bool
fn set_draw(&self, draw: bool)
fn connect_property_draw_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<SeparatorToolItem> + IsA<Object>> SeparatorToolItemExt for O