Trait gtk::prelude::ColorButtonExt
source · [−]pub trait ColorButtonExt: 'static {
fn get_title(&self) -> Option<GString>;
fn set_title(&self, title: &str);
fn get_property_alpha(&self) -> u32;
fn set_property_alpha(&self, alpha: u32);
fn get_property_show_editor(&self) -> bool;
fn set_property_show_editor(&self, show_editor: bool);
fn connect_color_set<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn connect_property_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_use_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_property_alpha(&self) -> u32
source
fn set_property_alpha(&self, alpha: u32)
source
fn get_property_show_editor(&self) -> bool
source
fn set_property_show_editor(&self, show_editor: bool)
source
fn connect_color_set<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
sourcefn connect_property_alpha_notify<F: Fn(&Self) + 'static>(
fn connect_property_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_rgba_notify<F: Fn(&Self) + 'static>(
fn connect_property_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_title_notify<F: Fn(&Self) + 'static>(
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_use_alpha_notify<F: Fn(&Self) + 'static>(