StyleProviderT.getStyleProperty

Looks up a widget style property as defined by provider for the widget represented by path.

template StyleProviderT(TStruct)
int
getStyleProperty

Parameters

path WidgetPath

GtkWidgetPath to query

state GtkStateFlags

state to query the style property for

pspec ParamSpec

The GParamSpec to query

value Value

return location for the property value. out

Return Value

Type: int

TRUE if the property was found and has a value, FALSE otherwise Since 3.0

Meta