| gtkWidgetClassFindStyleProperty {RGtk2} | R Documentation |
Finds a style property of a widget class by name.
gtkWidgetClassFindStyleProperty(klass, property.name)
|
[GtkWidgetClass] a GtkWidgetClass |
|
[character] the name of the style property to find |
Since 2.2
[GParamSpec] the GParamSpec of the style property or NULL if class has no
style property with that name.
Derived by RGtkGen from GTK+ documentation