mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 12:15:34 +00:00
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
|
@ -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>
|
||||
|
||||
* en/Gtk/Invisible.xml:
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</para>
|
||||
<para>
|
||||
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
|
||||
so on) is stored in resources called graphics contexts
|
||||
(GCs). Most graphics operations take a GC as an
|
||||
|
@ -22,7 +22,7 @@
|
|||
</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
|
||||
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
|
||||
drawable depth and can only be used with drawables of matching
|
||||
screen and depth.
|
||||
|
@ -670,4 +670,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
||||
|
|
Loading…
Reference in a new issue