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 |
const gchar* |
The name of the first property to get. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
Pairs of property names and locations to return the
property values, starting with the location for
|