mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 03:55:28 +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" />).
|
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">
|
||||||
|
|
Loading…
Reference in a new issue