Method
GtkStylePropertiesset_property
deprecated: 3.16 since: 3.0
Declaration [src]
void
gtk_style_properties_set_property (
GtkStyleProperties* props,
const gchar* property,
GtkStateFlags state,
const GValue* value
)
Description [src]
Sets a styling property in props.
Available since: 3.0
Deprecated since: 3.16
GtkStyleProperties are deprecated.
Parameters
property-
Type:
const gchar*Styling property to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. state-
Type:
GtkStateFlagsState to set the value for.
value-
Type:
GValueNew value for the property.
The data is owned by the caller of the method.