Trait gtk::prelude::SeparatorToolItemExt[][src]

pub trait SeparatorToolItemExt: 'static {
    fn draws(&self) -> bool;
fn set_draw(&self, draw: bool);
fn connect_draw_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Implementors