GdkFill
Value | Symbolic name | Description |
  0 | Gdk::SOLID | Draw with the foreground color. |
  1 | Gdk::TILED | Draw with a tiled pixmap. |
  2 | Gdk::STIPPLED | Draw using the stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in the foreground color; pixels corresponding to bits that are not set will be left untouched. |
  3 | Gdk::OPAQUE_STIPPLED | Draw using the stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in the foreground color; pixels corresponding to bits that are not set will be drawn with the background color. |