[][src]Trait gtk::SeparatorToolItemExt

pub trait SeparatorToolItemExt: 'static {
    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

Loading content...

Implementors

impl<O: IsA<SeparatorToolItem>> SeparatorToolItemExt for O[src]

Loading content...