updates to latest monodocer -pretty

svn path=/trunk/gtk-sharp/; revision=71087
This commit is contained in:
Mike Kestner 2007-01-15 21:20:00 +00:00
parent 168d8431f7
commit 6a06f6f112

View file

@ -34,8 +34,7 @@
Both pixmaps (<see cref="T:Gdk.Pixmap" />) and windows (<see cref="T:Gdk.Window" />) are drawables (<see cref="T:Gdk.Drawable" />). Both pixmaps (<see cref="T:Gdk.Pixmap" />) and windows (<see cref="T:Gdk.Window" />) are drawables (<see cref="T:Gdk.Drawable" />).
</para><para> </para><para>
The following example shows how to create a custom widget that renders a mesh. This example overrides the OnExposeEvent method and uses <see cref="N:System.Drawing" /> calls to do the actual drawing: The following example shows how to create a custom widget that renders a mesh. This example overrides the OnExposeEvent method and uses <see cref="N:System.Drawing" /> calls to do the actual drawing:
</para><example> </para><example><code lang="C#">
<code lang="C#">
using System.Drawing; using System.Drawing;
using Gtk; using Gtk;
@ -58,8 +57,7 @@ class PrettyGraphic : DrawingArea {
return true; return true;
} }
} }
</code> </code></example></remarks>
</example></remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="FromDrawable"> <Member MemberName="FromDrawable">