Method
GtkWidgetget_color
Declaration [src]
void
gtk_widget_get_color (
GtkWidget* widget,
GdkRGBA* color
)
Description [src]
Gets the current foreground color for the widget’s CSS style.
This function should only be used in snapshot implementations that need to do custom drawing with the foreground color.
| Available since: | 4.10 |
Parameters
color |
GdkRGBA |
Return location for the color. |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. |