GtkStyle

Undocumented in source.

struct GtkStyle {
GObject parentInstance;
int attachCount;
GdkVisual* visual;
PangoFontDescription* privateFontDesc;
GtkRcStyle* rcStyle;
GSList* styles;
GArray* propertyCache;
GSList* iconFactories;
}

Members

Variables

background
cairo_pattern_t*[5] background;

Set of background cairo_pattern_t

base
GdkColor[5] base;

Set of base gdk.Color

bg
GdkColor[5] bg;

Set of background gdk.Color

black
GdkColor black;

gdk.Color to use for black

dark
GdkColor[5] dark;

Set of dark gdk.Color

fg
GdkColor[5] fg;

Set of foreground gdk.Color

fontDesc
PangoFontDescription* fontDesc;

PangoFontDescription

light
GdkColor[5] light;

Set of light gdk.Color

mid
GdkColor[5] mid;

Set of mid gdk.Color

text
GdkColor[5] text;

Set of text gdk.Color

textAa
GdkColor[5] textAa;

Color halfway between text/base

white
GdkColor white;

gdk.Color to use for white

xthickness
int xthickness;

Thickness in X direction

ythickness
int ythickness;

Thickness in Y direction