From 6032cbafcbe6a9f53b654fb9ca31f88f8ebb06d8 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Sun, 29 Aug 2004 08:53:41 +0000 Subject: [PATCH] 2004-08-29 Shane Landrum * Menu.xml * MenuDetachFunc.xml * MenuItem.xml * MenuPositionFunc.xml * MenuShell.xml: Docs for menu-related classes. svn path=/trunk/gtk-sharp/; revision=32983 --- doc/ChangeLog | 8 ++++++++ doc/en/Gtk/Menu.xml | 8 ++++---- doc/en/Gtk/MenuDetachFunc.xml | 6 +++--- doc/en/Gtk/MenuItem.xml | 6 +++--- doc/en/Gtk/MenuPositionFunc.xml | 6 +++--- doc/en/Gtk/MenuShell.xml | 16 +++++++++++----- 6 files changed, 32 insertions(+), 18 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0a7a6f27c..8a3470569 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2004-08-29 Shane Landrum + + * Menu.xml + * MenuDetachFunc.xml + * MenuItem.xml + * MenuPositionFunc.xml + * MenuShell.xml: Docs for menu-related classes. + 2004-08-29 Shane Landrum * en/Gtk/TextSegCheckFunc.xml diff --git a/doc/en/Gtk/Menu.xml b/doc/en/Gtk/Menu.xml index 0580a0173..1109b0eb2 100644 --- a/doc/en/Gtk/Menu.xml +++ b/doc/en/Gtk/Menu.xml @@ -422,10 +422,10 @@ class PopupSample - To be added + The title of this menu when it is torn off an object of type an object of type - To be added + @@ -437,10 +437,10 @@ class PopupSample - To be added + The physical screen this menu is placed on. a a - To be added + diff --git a/doc/en/Gtk/MenuDetachFunc.xml b/doc/en/Gtk/MenuDetachFunc.xml index f2086e7ca..2c8ad0317 100644 --- a/doc/en/Gtk/MenuDetachFunc.xml +++ b/doc/en/Gtk/MenuDetachFunc.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate for a function that will be called when the user invokes . + (TODO: examples.) System.Delegate @@ -30,4 +30,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuItem.xml b/doc/en/Gtk/MenuItem.xml index 4f1340395..526f61d39 100644 --- a/doc/en/Gtk/MenuItem.xml +++ b/doc/en/Gtk/MenuItem.xml @@ -157,8 +157,8 @@ Creates a new MenuItem containing a label. The label text on the menu item, with an underscore in front of the mnemonic character. - To be added: an object of type 'Gtk.MenuItem' - To be added + A + @@ -353,4 +353,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuPositionFunc.xml b/doc/en/Gtk/MenuPositionFunc.xml index 92f3fae0a..ced8261ca 100644 --- a/doc/en/Gtk/MenuPositionFunc.xml +++ b/doc/en/Gtk/MenuPositionFunc.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate function for positioning a popup menu. + Gets invoked by . System.Delegate @@ -32,4 +32,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/MenuShell.xml b/doc/en/Gtk/MenuShell.xml index 04e316d04..c1729d0c1 100644 --- a/doc/en/Gtk/MenuShell.xml +++ b/doc/en/Gtk/MenuShell.xml @@ -264,9 +264,15 @@ - To be added + Select the first visible or selectable child of the menu shell; + don't select tearoff items unless the only item is a tearoff item. + a - To be added + If is true, + search for the first selectable menu item, otherwise select nothing if + the first item isn't sensitive. This should be false if the + menu is being popped up initially. + @@ -368,10 +374,10 @@ - To be added + Protected constructor. a - To be added + - \ No newline at end of file +