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[5] base;
Undocumented in source.
bg
GdkColor[5] bg;
Undocumented in source.
bgPixmapName
char*[5] bgPixmapName;
Undocumented in source.
colorFlags
GtkRcFlags[5] colorFlags;
Undocumented in source.
fg
GdkColor[5] fg;
Undocumented in source.
fontDesc
PangoFontDescription* fontDesc;
Undocumented in source.
name
char* name;
Undocumented in source.
text
GdkColor[5] text;
Undocumented in source.
xthickness
int xthickness;
Undocumented in source.
ythickness
int ythickness;
Undocumented in source.

Meta