diff --git a/doc/en/Gdk/GC.xml b/doc/en/Gdk/GC.xml index 0a93d2b93..fba33f71b 100644 --- a/doc/en/Gdk/GC.xml +++ b/doc/en/Gdk/GC.xml @@ -9,9 +9,25 @@ Represents a graphics context - The Gdk.GC class is used to represent a graphics - context. It is an opaque structure with no user-visible - elements. + + The Gdk.GC class is used to represent a graphics context. + + + A number of resources are used when performing graphics + operations in. Most information about performing graphics (for + example, foreground color, background color, line style, and + so on) is stored in resources called graphics contexts + (GCs). Most graphics operations take a GC as an + argument. + + + Graphics operations can be performed to either windows () or pixmaps (), which collectively are called + drawables (see cref="T:Gdk.Drawable"/>. Each drawable exists + on a single screen. A GC is created for a specific screen and + drawable depth and can only be used with drawables of matching + screen and depth. @@ -39,9 +55,12 @@ Copy the set of values from one graphics context onto another graphics context. - An object of type 'Gdk.GC' + The GC to copy. - Copy the set of values from one graphics context onto another graphics context. + + Copies the settings of the graphics + context into this GC. + @@ -60,10 +79,12 @@ the x-coordinate of the origin. the y-coordinate of the origin. - Set the origin when using tiles or stipples with the - GC. The tile or stipple will be aligned such that the upper - left corner of the tile or stipple will coincide with this - point. + + Set the origin when using tiles or stipples with the + GC. The tile or stipple will be aligned such that the upper + left corner of the tile or stipple will coincide with this + point. + @@ -337,7 +358,7 @@ Sets the clip mask for a graphics context from a rectangle. The clip mask is interpreted relative to the clip - origin. (See Gdk.GC.SetClipOrigin()). + origin. (See ). @@ -376,7 +397,7 @@ Sets the clip mask for a graphics context from a bitmap. The clip mask is interpreted relative to the clip - origin. (See Gdk.GC.SetClipOrigin()). + origin. (See ). @@ -477,7 +498,7 @@ Sets the clip mask for a graphics context from a region structure. The clip mask is interpreted relative to - the clip origin. (See Gdk.GC.SetClipOrigin()). + the clip origin. (See ). @@ -514,9 +535,10 @@ the new stipple bitmap. the new stipple bitmap. - Set the stipple bitmap for a graphics context. The - stipple will only be used if the fill mode is GDK_STIPPLED - or GDK_OPAQUE_STIPPLED. + + Set the stipple bitmap for a graphics context. The + stipple will only be used if the fill mode is + or . @@ -576,7 +598,7 @@ Sets whether copying non-visible portions of a drawable using this graphics context generate exposure events for the corresponding regions of the destination - drawable. (See Gdk.Drawable). + drawable. (See ).