See: https://developer.gnome.org/gtk3/stable/GtkColorButton.html
gtk :: GtkColorButton :: defaultinit
gtk :: GtkColorButton :: new
gtk $ GtkColorButton :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
gtk :: GtkButton :: defaultinit
gtk :: GtkColorButton :: defaultinit
gtk :: GtkContainer :: defaultinit
gtk :: GtkBin :: defaultinit
core :: Object :: defaultinit
gtk :: GtkWidget :: defaultinit
core :: Pointer :: defaultinit
gtk :: GtkWidget :: equal_to_gtk_widget
gtk :: GtkButton :: from_stock
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Pointer :: native_equals
gtk :: GtkColorButton :: new
core :: Object :: output_class_name
Display class name on stdout (debug only).core :: Pointer :: premultiply_alpha
Multiply RGB values by their alpha valuegtk :: GtkContainer :: resize_mode
Get the resize mode of the containergtk :: GtkContainer :: resize_mode=
Set the resize mode of the containergtk :: GtkWidget :: sensitive=
Sets the sensitivity of a widget. sensitive -> the user can interact with it.gtk :: GtkWidget :: set_size_request
Set the minimum dimension of this widgetgtk :: GtkWidget :: signal_connect
gtk :: GtkButton :: with_label
Create a GtkButton with text
# A button to launch a color selection dialog
# See: https://developer.gnome.org/gtk3/stable/GtkColorButton.html
extern class GtkColorButton `{GtkColorButton *`}
super GtkButton
new `{
return (GtkColorButton *)gtk_color_button_new();
`}
end
lib/gtk/v3_4/gtk_widgets_ext.nit:251,1--259,3