StyleProvider.getStyleProperty
bool getStyleProperty(gtk.widget_path.WidgetPath path, gtk.types.StateFlags state, gobject.param_spec.ParamSpec pspec, out gobject.value.Value value)Looks up a widget style property as defined by provider for the widget represented by path.
Parameters
path | #GtkWidgetPath to query |
state | state to query the style property for |
pspec | The #GParamSpec to query |
value | return location for the property value |
Returns
true if the property was found and has a value, false otherwise