Sigh, *actually* fix the markup this time.

svn path=/trunk/gtk-sharp/; revision=12094
This commit is contained in:
Peter Williams 2003-03-01 22:08:28 +00:00
parent b1b4ae0c3a
commit 151982eb62

View file

@ -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.