Trait gtk::SeparatorToolItemExt [] [src]

pub trait SeparatorToolItemExt {
    fn get_draw(&self) -> bool;
    fn set_draw(&self, draw: bool);
}

Required Methods

Implementors