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 Debug for GtkColorChooserInterface
[src]

[src]

Formats the value using the given formatter.