GdkGCValues

The GdkGCValues structure holds a set of values used to create or modify a graphics context. GdkColor foreground; the foreground color. Note that gdk_gc_get_values() only sets the pixel value. GdkColor background; the background color. Note that gdk_gc_get_values() only sets the pixel value. GdkFont *font; the default font. GdkFunction function; the bitwise operation used when drawing. GdkFill fill; the fill style. GdkPixmap *tile; the tile pixmap. GdkPixmap *stipple; the stipple bitmap. GdkPixmap *clip_mask; the clip mask bitmap. GdkSubwindowMode subwindow_mode; the subwindow mode. gint ts_x_origin; the x origin of the tile or stipple. gint ts_y_origin; the y origin of the tile or stipple. gint clip_x_origin; the x origin of the clip mask. gint clip_y_origin; the y origin of the clip mask. gint graphics_exposures; whether graphics exposures are enabled. gint line_width; the line width. GdkLineStyle line_style; the way dashed lines are drawn. GdkCapStyle cap_style; the way the ends of lines are drawn. GdkJoinStyle join_style; the way joins between lines are drawn.

Members

Variables

background
GdkColor background;
Undocumented in source.
capStyle
GdkCapStyle capStyle;
Undocumented in source.
clipMask
GdkPixmap* clipMask;
Undocumented in source.
clipXOrigin
int clipXOrigin;
Undocumented in source.
clipYOrigin
int clipYOrigin;
Undocumented in source.
fill
GdkFill fill;
Undocumented in source.
font
GdkFont* font;
Undocumented in source.
foreground
GdkColor foreground;
Undocumented in source.
funct
GdkFunction funct;
Undocumented in source.
graphicsExposures
int graphicsExposures;
Undocumented in source.
joinStyle
GdkJoinStyle joinStyle;
Undocumented in source.
lineStyle
GdkLineStyle lineStyle;
Undocumented in source.
lineWidth
int lineWidth;
Undocumented in source.
stipple
GdkPixmap* stipple;
Undocumented in source.
subwindowMode
GdkSubwindowMode subwindowMode;
Undocumented in source.
tile
GdkPixmap* tile;
Undocumented in source.
tsXOrigin
int tsXOrigin;
Undocumented in source.
tsYOrigin
int tsYOrigin;
Undocumented in source.

Meta