Trait gtk::prelude::ColorButtonExt
[−]
[src]
pub trait ColorButtonExt { fn get_title(&self) -> Option<String>; 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) -> u64; }
Required Methods
fn get_title(&self) -> Option<String>
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) -> u64
Implementors
impl<O: IsA<ColorButton> + IsA<Object>> ColorButtonExt for O