Index: html/en/gnome/bindings/glade/glade.html =================================================================== RCS file: /mono/monkeyguide/html/en/gnome/bindings/glade/glade.html,v retrieving revision 1.11 diff -u -r1.11 glade.html --- html/en/gnome/bindings/glade/glade.html 11 Jun 2003 17:50:11 -0000 1.11 +++ html/en/gnome/bindings/glade/glade.html 12 Jul 2003 22:38:19 -0000 @@ -89,6 +89,7 @@ <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> <glade-interface> +<requires lib="gnome"/> <widget class="GtkWindow" id="window2"> <property name="visible">True</property> @@ -98,6 +99,7 @@ <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> + <signal name="delete_event" handler="OnWindowDeleteEvent" last_modification_time="Sat, 12 Jul 2003 22:21:52 GMT"/> <child> <widget class="GtkButton" id="button1"> @@ -107,6 +109,7 @@ <property name="label" translatable="yes">button1</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> + <signal name="clicked" handler="OnButton1Clicked" last_modification_time="Sat, 12 Jul 2003 22:22:46 GMT"/> </widget> </child> </widget> @@ -178,7 +181,7 @@ <td><img src="sample1.png" border="border" /></td> <td> <pre> -mcs /unsafe -r gtk-sharp.dll -r glade-sharp.dll glade.cs +mcs /unsafe -r gtk-sharp.dll -r glade-sharp.dll -r gnome-sharp.dll glade.cs </pre></td></tr></table> <br /> Of course, include the Gnome and Glade namespaces.
-- Markus Bertheau. Berlin, Berlin. Germany. _______________________________________________ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list
