Method
GtkStyleget
since: 2.16
Declaration [src]
void
gtk_style_get (
GtkStyle* style,
GType widget_type,
const gchar* first_property_name,
...
)
Description [src]
Gets the values of a multiple style properties for widget_type
from style
.
Available since: 2.16
This method is not directly available to language bindings.
Parameters
widget_type
-
Type:
GType
The
GType
of a descendant ofGtkWidget
. first_property_name
-
Type:
const gchar*
The name of the first style 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
.