[][src]Trait gtk::ColorChooserDialogExt

pub trait ColorChooserDialogExt: '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; }

Trait containing all ColorChooserDialog methods.

Implementors

ColorChooserDialog

Required methods

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

Loading content...

Implementors

impl<O: IsA<ColorChooserDialog>> ColorChooserDialogExt for O[src]

Loading content...