Style.getStyleProperty
void getStyleProperty(gobject.types.GType widgetType, string propertyName, out gobject.value.Value value)Queries the value of a style property corresponding to a widget class is in the given style.
Parameters
widgetType | the #GType of a descendant of #GtkWidget |
propertyName | the name of the style property to get |
value | a #GValue where the value of the property being queried will be stored |