Struct gtk_sys::GtkColorChooserInterface[][src]

#[repr(C)]
pub struct GtkColorChooserInterface { pub base_interface: GTypeInterface, pub get_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, pub set_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, pub add_palette: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: GtkOrientation, _: c_int, _: c_int, _: *mut GdkRGBA)>, pub color_activated: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, pub padding: [gpointer; 12], }

Fields

Trait Implementations

impl Copy for GtkColorChooserInterface
[src]

impl Clone for GtkColorChooserInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkColorChooserInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations