From c377ed5e39c0d650c73aff65dda52e17d1306138 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 8 Apr 2005 21:35:07 +0000 Subject: [PATCH] remove documentation of overloads that were removed svn path=/trunk/gtk-sharp/; revision=42710 --- doc/en/Gtk/Window.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml index 9840e07fd..1925d67a2 100644 --- a/doc/en/Gtk/Window.xml +++ b/doc/en/Gtk/Window.xml @@ -1,4 +1,4 @@ - + @@ -1409,19 +1409,6 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height); - - - Property - - System.IntPtr - - - - Raw Property - a - Returns the native object handle of this . - - Property @@ -1757,17 +1744,5 @@ Sometimes when you think you want to use allow_shrink, the real problem is that This is normally called by the default KeyPressEvent and KeyReleaseEvent handlers for toplevel windows, however in some cases it may be useful to call this directly when overriding the standard key handling for a toplevel window. - - - Method - - System.Void - - - - Destroys a Window. - All toplevel windows must be explicitly destroyed. - - \ No newline at end of file