mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 15:45:40 +00:00
updates to latest monodocer -pretty
svn path=/trunk/gtk-sharp/; revision=71087
This commit is contained in:
parent
168d8431f7
commit
6a06f6f112
|
@ -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" />).
|
||||
</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:
|
||||
</para><example>
|
||||
<code lang="C#">
|
||||
</para><example><code lang="C#">
|
||||
using System.Drawing;
|
||||
using Gtk;
|
||||
|
||||
|
@ -58,8 +57,7 @@ class PrettyGraphic : DrawingArea {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
</code>
|
||||
</example></remarks>
|
||||
</code></example></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="FromDrawable">
|
||||
|
|
Loading…
Reference in a new issue