Trait gtk::ColorChooserWidgetExt [] [src]

pub trait ColorChooserWidgetExt {
    fn get_property_show_editor(&self) -> bool;
    fn set_property_show_editor(&self, show_editor: bool);
}

Required Methods

Implementors