GdkGCValuesMask

A set of bit flags used to indicate which fields GdkGCValues structure are set.

Value

Symbolic name

Description

  1Gdk::GC_FOREGROUND The foreground is set.
  2Gdk::GC_BACKGROUND The background is set.
  4Gdk::GC_FONT The font is set.
  8Gdk::GC_FUNCTION The function is set.
  16Gdk::GC_FILL The fill is set.
  32Gdk::GC_TILE The tile is set.
  64Gdk::GC_STIPPLE The stipple is set.
  128Gdk::GC_CLIP_MASK The clip_mask is set.
  256Gdk::GC_SUBWINDOW The subwindow_mode is set.
  512Gdk::GC_TS_X_ORIGIN The ts_x_origin is set.
  1024Gdk::GC_TS_Y_ORIGIN The ts_y_origin is set.
  2048Gdk::GC_CLIP_X_ORIGIN The clip_x_origin is set.
  4096Gdk::GC_CLIP_Y_ORIGIN The clip_y_origin is set.
  8192Gdk::GC_EXPOSURES The graphics_exposures is set.
  16384Gdk::GC_LINE_WIDTH The line_width is set.
  32768Gdk::GC_LINE_STYLE The line_style is set.
  65536Gdk::GC_CAP_STYLE The cap_style is set.
  131072Gdk::GC_JOIN_STYLE The join_style is set.