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.
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.