The GdkGCValues structure holds a set of values used to create or modify a graphics context.
Class GdkGCValues
Properties | |
background | the background color (GdkColor). |
cap_style | the way the ends of lines are drawn (GdkJoinStyle). |
clip_mask | the clip mask bitmap (GdkPixmap). |
clip_x_origin | the x origin of the clip mask. |
clip_y_origin | the y origin of the clip mask. |
fill | the fill style (GdkFill). |
font | the default font (GdkFont). |
foreground | the foreground color (GdkColor). |
function | the bitwise operation used when drawing (GdkFunction). |
graphics_exposures | whether graphics exposures are enabled. |
join_style | the way joins between lines are drawn (GdkJoinStyle). |
line_style | the way dashed lines are drawn (GdkLineStyle). |
line_width | the line width. |
stipple | the stipple bitmap (GdkPixmap). |
subwindow_mode | the subwindow mode (GdkSubwindowMode). |
tile | the tile pixmap (GdkPixmap). |
ts_x_origin | the x origin of the tile or stipple. |
ts_y_origin | the y origin of the tile or stipple. |
the background color (GdkColor).
the background color (GdkColor). Note that gdk_gc_get_values() only sets the pixel value.
the way the ends of lines are drawn (GdkJoinStyle).
the way the ends of lines are drawn (GdkJoinStyle).
the clip mask bitmap (GdkPixmap).
the clip mask bitmap (GdkPixmap).
the x origin of the clip mask.
the x origin of the clip mask.
the y origin of the clip mask.
the y origin of the clip mask.
the fill style (GdkFill).
the fill style (GdkFill).
the default font (GdkFont).
the default font (GdkFont). TODO
the foreground color (GdkColor).
the foreground color (GdkColor). Note that gdk_gc_get_values() only sets the pixel value.
the bitwise operation used when drawing (GdkFunction).
the bitwise operation used when drawing (GdkFunction).
whether graphics exposures are enabled.
whether graphics exposures are enabled.
the way joins between lines are drawn (GdkJoinStyle).
the way joins between lines are drawn (GdkJoinStyle).
the way dashed lines are drawn (GdkLineStyle).
the way dashed lines are drawn (GdkLineStyle).
the line width.
the line width.
the stipple bitmap (GdkPixmap).
the stipple bitmap (GdkPixmap).
the subwindow mode (GdkSubwindowMode).
the subwindow mode (GdkSubwindowMode).
the tile pixmap (GdkPixmap).
the tile pixmap (GdkPixmap).
the x origin of the tile or stipple.
the x origin of the tile or stipple.
the y origin of the tile or stipple.
the y origin of the tile or stipple.