Method
GtkColorSelectionget_current_color
deprecated: 3.4
Declaration [src]
void
gtk_color_selection_get_current_color (
GtkColorSelection* colorsel,
GdkColor* color
)
Description [src]
Sets color
to be the current color in the GtkColorSelection widget.
Deprecated since: 3.4
Use gtk_color_selection_get_current_rgba()
instead.
Gets property | Gtk.ColorSelection:current-color |
Parameters
color
-
Type:
GdkColor
A
GdkColor
to fill in with the current color.The argument will be set by the function. The returned data is owned by the instance.