Set of background #cairo_pattern_t
Set of base #GdkColor
Set of background #GdkColor
#GdkColor to use for black
Set of dark #GdkColor
Set of foreground #GdkColor
#PangoFontDescription
Set of light #GdkColor
Set of mid #GdkColor
Set of text #GdkColor
Color halfway between text/base
#GdkColor to use for white
Thickness in X direction
Thickness in Y direction
A #GtkStyle object encapsulates the information that provides the look and feel for a widget.
> In GTK+ 3.0, GtkStyle has been deprecated and replaced by > #GtkStyleContext.
Each #GtkWidget has an associated #GtkStyle object that is used when rendering that widget. Also, a #GtkStyle holds information for the five possible widget states though not every widget supports all five states; see #GtkStateType.
Usually the #GtkStyle for a widget is the same as the default style that is set by GTK+ and modified the theme engine.
Usually applications should not need to use or modify the #GtkStyle of their widgets.