| Value | Meaning |
|---|---|
| FOREGROUND1 << 0 | |
| BACKGROUND1 << 1 | |
| FONT1 << 2 | |
| FUNCTION1 << 3 | |
| FILL1 << 4 | |
| TILE1 << 5 | |
| STIPPLE1 << 6 | |
| CLIP_MASK1 << 7 | |
| SUBWINDOW1 << 8 | |
| TS_X_ORIGIN1 << 9 | |
| TS_Y_ORIGIN1 << 10 | |
| CLIP_X_ORIGIN1 << 11 | |
| CLIP_Y_ORIGIN1 << 12 | |
| EXPOSURES1 << 13 | |
| LINE_WIDTH1 << 14 | |
| LINE_STYLE1 << 15 | |
| CAP_STYLE1 << 16 | |
| JOIN_STYLE1 << 17 |
A set of bit flags used to indicate which fields GdkGCValues structure are set. GDK_GC_FOREGROUND the foreground is set. GDK_GC_BACKGROUND the background is set. GDK_GC_FONT the font is set. GDK_GC_FUNCTION the function is set. GDK_GC_FILL the fill is set. GDK_GC_TILE the tile is set. GDK_GC_STIPPLE the stipple is set. GDK_GC_CLIP_MASK the clip_mask is set. GDK_GC_SUBWINDOW the subwindow_mode is set. GDK_GC_TS_X_ORIGIN the ts_x_origin is set. GDK_GC_TS_Y_ORIGIN the ts_y_origin is set. GDK_GC_CLIP_X_ORIGIN the clip_x_origin is set. GDK_GC_CLIP_Y_ORIGIN the clip_y_origin is set. GDK_GC_EXPOSURES the graphics_exposures is set. GDK_GC_LINE_WIDTH the line_width is set. GDK_GC_LINE_STYLE the line_style is set. GDK_GC_CAP_STYLE the cap_style is set. GDK_GC_JOIN_STYLE the join_style is set.