Method
GtkWidgetstyle_get
Declaration [src]
void
gtk_widget_style_get (
GtkWidget* widget,
const gchar* first_property_name,
...
)
Description [src]
Gets the values of a multiple style properties of widget
.
This method is not directly available to language bindings.
Parameters
first_property_name
-
Type:
const gchar*
The name of the first property to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. ...
-
Type:
Pairs of property names and locations to return the property values, starting with the location for
first_property_name
, terminated byNULL
.