silly typo
svn path=/trunk/gtk-sharp/; revision=59517
This commit is contained in:
parent
10832038d4
commit
5ea4d44039
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
NOTE: This file is out of date. Please refer to http://www.mono-proejct.com/GAPI for a more complete and up-to-date guide to the GAPI tools included with Gtk#
|
||||
NOTE: This file is out of date. Please refer to http://www.mono-project.com/GAPI for a more complete and up-to-date guide to the GAPI tools included with Gtk#
|
||||
|
||||
|
||||
How to use the Gtk# code generator:
|
||||
|
|
|
@ -86,7 +86,7 @@ namespace Gtk.DotNet {
|
|||
|
||||
IntPtr display = gdk_x11_drawable_get_xdisplay (x_drawable);
|
||||
|
||||
Type graphics = typeof (System.Drawing.Graphics);
|
||||
Type. graphics = typeof (System.Drawing.Graphics);
|
||||
MethodInfo mi = graphics.GetMethod ("FromXDrawable", BindingFlags.Static | BindingFlags.NonPublic);
|
||||
if (mi == null)
|
||||
throw new NotImplementedException ("In this implementation I can not get a graphics from a drawable");
|
||||
|
|
Loading…
Reference in a new issue