Method
GimpUiLabelColorget_color_widget
Declaration [src]
GtkWidget*
gimp_label_color_get_color_widget (
GimpLabelColor* color
)
Description [src]
This function returns the color widget packed in color
, which can be
either a GimpColorButton
(if the color
is editable) or a
GimpColorArea
otherwise.
Return value
Returns: | GtkWidget |
The color widget packed in |
|
The data is owned by the instance. |