GtkStyleProviderIface

GTypeInterface g_iface; get_style () Gets a set of style information that applies to a widget path. get_style_property () Gets the value of a widget style property that applies to a widget path. get_icon_factory () Gets the icon factory that applies to a widget path.

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
getIconFactory
GtkIconFactory* function(GtkStyleProvider* provider, GtkWidgetPath* path) getIconFactory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getStyle
GtkStyleProperties* function(GtkStyleProvider* provider, GtkWidgetPath* path) getStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getStyleProperty
int function(GtkStyleProvider* provider, GtkWidgetPath* path, GtkStateFlags state, GParamSpec* pspec, GValue* value) getStyleProperty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta