GtkRcStyle

Main Gtk struct. The GtkRcStyle structure is used to represent a set of information about the appearance of a widget. This can later be composited together with other GtkRcStyle structures to form a GtkStyle.

Members

Variables

base
GdkColor base;
Undocumented in source.
bg
GdkColor bg;
Undocumented in source.
bgPixmapName
char* bgPixmapName;
Undocumented in source.
colorFlags
GtkRcFlags colorFlags;
Undocumented in source.
fg
GdkColor fg;
Undocumented in source.
fontDesc
PangoFontDescription* fontDesc;
Undocumented in source.
name
char* name;
Undocumented in source.
text
GdkColor text;
Undocumented in source.
xthickness
int xthickness;
Undocumented in source.
ythickness
int ythickness;
Undocumented in source.

Meta