Trait gtk::prelude::ColorChooserDialogExt
[−]
[src]
pub trait ColorChooserDialogExt { fn get_property_show_editor(&self) -> bool; fn set_property_show_editor(&self, show_editor: bool); }
Required Methods
fn get_property_show_editor(&self) -> bool
fn set_property_show_editor(&self, show_editor: bool)
Implementors
impl<O: IsA<ColorChooserDialog> + IsA<Object>> ColorChooserDialogExt for O