A set of bit flags used to indicate which fields GdkGCValues structure are set.
Value | Symbolic name | Description |
1 | Gdk::GC_FOREGROUND | The foreground is set. |
2 | Gdk::GC_BACKGROUND | The background is set. |
4 | Gdk::GC_FONT | The font is set. |
8 | Gdk::GC_FUNCTION | The function is set. |
16 | Gdk::GC_FILL | The fill is set. |
32 | Gdk::GC_TILE | The tile is set. |
64 | Gdk::GC_STIPPLE | The stipple is set. |
128 | Gdk::GC_CLIP_MASK | The clip_mask is set. |
256 | Gdk::GC_SUBWINDOW | The subwindow_mode is set. |
512 | Gdk::GC_TS_X_ORIGIN | The ts_x_origin is set. |
1024 | Gdk::GC_TS_Y_ORIGIN | The ts_y_origin is set. |
2048 | Gdk::GC_CLIP_X_ORIGIN | The clip_x_origin is set. |
4096 | Gdk::GC_CLIP_Y_ORIGIN | The clip_y_origin is set. |
8192 | Gdk::GC_EXPOSURES | The graphics_exposures is set. |
16384 | Gdk::GC_LINE_WIDTH | The line_width is set. |
32768 | Gdk::GC_LINE_STYLE | The line_style is set. |
65536 | Gdk::GC_CAP_STYLE | The cap_style is set. |
131072 | Gdk::GC_JOIN_STYLE | The join_style is set. |