Method
GtkStylePropertiesget_property
Declaration [src]
gboolean
gtk_style_properties_get_property (
GtkStyleProperties* props,
const gchar* property,
GtkStateFlags state,
GValue* value
)
Description [src]
Gets a style property from props
for the given state. When done with value
,
g_value_unset()
needs to be called to free any allocated memory.
Available since: | 3.0 |
Deprecated since: | 3.16 |
|
Parameters
property
-
Type:
const gchar*
Style property name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. state
-
Type:
GtkStateFlags
State to retrieve the property value for.
value
-
Type:
GValue
Return location for the style property value.
The argument will be set by the function. The instance takes ownership of the data, and is responsible for freeing it.