2003-03-01 Peter Williams <peterw@ximian.com>
* en/Gdk/GC.xml: Minor markup / grammar fixes. svn path=/trunk/gtk-sharp/; revision=12093
This commit is contained in:
parent
b03f983252
commit
b1b4ae0c3a
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-03-01 Peter Williams <peterw@ximian.com>
|
||||||
|
|
||||||
|
* en/Gdk/GC.xml: Minor markup / grammar fixes.
|
||||||
|
|
||||||
2003-02-28 Lee Mallabone <mono-docs@fonicmonkey.net>
|
2003-02-28 Lee Mallabone <mono-docs@fonicmonkey.net>
|
||||||
|
|
||||||
* en/Gtk/Invisible.xml:
|
* en/Gtk/Invisible.xml:
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
A number of resources are used when performing graphics
|
A number of resources are used when performing graphics
|
||||||
operations in. Most information about performing graphics (for
|
operations. Most information about performing graphics (for
|
||||||
example, foreground color, background color, line style, and
|
example, foreground color, background color, line style, and
|
||||||
so on) is stored in resources called graphics contexts
|
so on) is stored in resources called graphics contexts
|
||||||
(GCs). Most graphics operations take a GC as an
|
(GCs). Most graphics operations take a GC as an
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Graphics operations can be performed to either windows (<see cref="T:Gdk.Window" />) or pixmaps (<see cref="T:Gdk.Pixmap" />), which collectively are called
|
Graphics operations can be performed to either windows (<see cref="T:Gdk.Window" />) or pixmaps (<see cref="T:Gdk.Pixmap" />), which collectively are called
|
||||||
drawables (see cref="T:Gdk.Drawable"/>. Each drawable exists
|
drawables (see cref="T:Gdk.Drawable"/>). Each drawable exists
|
||||||
on a single screen. A GC is created for a specific screen and
|
on a single screen. A GC is created for a specific screen and
|
||||||
drawable depth and can only be used with drawables of matching
|
drawable depth and can only be used with drawables of matching
|
||||||
screen and depth.
|
screen and depth.
|
||||||
|
|
Loading…
Add table
Reference in a new issue