GC.getValues

Warning gdk_gc_get_values has been deprecated since version 2.22 and should not be used in newly-written code. Use Cairo for rendering. Retrieves the current values from a graphics context. Note that only the pixel values of the values->foreground and values->background are filled, use gdk_colormap_query_color() to obtain the rgb values if you need them.

class GC
void
getValues

Parameters

values GdkGCValues*

the GdkGCValues structure in which to store the results.

Meta