Trait gtk::prelude::ColorButtonExt [−][src]
Required methods
fn get_title(&self) -> Option<GString>[src]
fn set_title(&self, title: &str)[src]
fn get_property_alpha(&self) -> u32[src]
fn set_property_alpha(&self, alpha: u32)[src]
fn get_property_show_editor(&self) -> bool[src]
fn set_property_show_editor(&self, show_editor: bool)[src]
fn connect_color_set<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_property_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_use_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ColorButton>> ColorButtonExt for O[src]
fn get_title(&self) -> Option<GString>[src]
fn set_title(&self, title: &str)[src]
fn get_property_alpha(&self) -> u32[src]
fn set_property_alpha(&self, alpha: u32)[src]
fn get_property_show_editor(&self) -> bool[src]
fn set_property_show_editor(&self, show_editor: bool)[src]
fn connect_color_set<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_property_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_show_editor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_use_alpha_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId