Trait gtk::ColorChooserWidgetExt[][src]

pub trait ColorChooserWidgetExt: 'static {
    fn get_property_show_editor(&self) -> bool;
fn set_property_show_editor(&self, show_editor: bool);
fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_property_show_editor(&self) -> bool[src]

fn set_property_show_editor(&self, show_editor: bool)[src]

fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<ColorChooserWidget>> ColorChooserWidgetExt for O[src]

Loading content...