From 47484b5e24c2a138279e7920d45d16779f35fab8 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Wed, 5 Jan 2005 18:00:56 +0000 Subject: [PATCH] 2005-01-05 Shane Landrum * en/Gtk/Item.xml * en/Gtk/Input.xml * en/Gtk/ToolItem.xml * en/Gtk/UIManager.xml: Added docs. * en/Gtk/IMStatusStyle.xml * en/Gtk/IMPreeditStyle.xml * en/Gtk/IMContextInfo.xml: Marked "do not use" pending resolution of bug 71021. svn path=/trunk/gtk-sharp/; revision=38367 --- doc/ChangeLog | 11 +++++++++++ doc/en/Gtk/IMContextInfo.xml | 14 +++++++------- doc/en/Gtk/IMPreeditStyle.xml | 10 +++++----- doc/en/Gtk/IMStatusStyle.xml | 10 +++++----- doc/en/Gtk/Input.xml | 4 ++-- doc/en/Gtk/Item.xml | 10 +++++----- doc/en/Gtk/ToolItem.xml | 32 +++++++++++++++++++++++++++++--- doc/en/Gtk/UIManager.xml | 15 +++++++++------ 8 files changed, 73 insertions(+), 33 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 6e4d33aa2..76a13b6a2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2005-01-05 Shane Landrum + + * en/Gtk/Item.xml + * en/Gtk/Input.xml + * en/Gtk/ToolItem.xml + * en/Gtk/UIManager.xml: Added docs. + * en/Gtk/IMStatusStyle.xml + * en/Gtk/IMPreeditStyle.xml + * en/Gtk/IMContextInfo.xml: Marked "do not use" + pending resolution of bug 71021. + 2005-01-04 Shane Landrum * en/Gtk/ScreenChangedArgs.xml diff --git a/doc/en/Gtk/IMContextInfo.xml b/doc/en/Gtk/IMContextInfo.xml index 86cfccdf3..b2953a959 100644 --- a/doc/en/Gtk/IMContextInfo.xml +++ b/doc/en/Gtk/IMContextInfo.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Helper class for . - + TODO: Not used in Gtk#; should be removed? System.ValueType @@ -27,7 +27,7 @@ - To be added + Do not use. @@ -56,7 +56,7 @@ - To be added + Do not use. @@ -69,7 +69,7 @@ - To be added + Do not use. @@ -82,7 +82,7 @@ - To be added + Do not use. @@ -95,7 +95,7 @@ - To be added + Do not use. @@ -108,7 +108,7 @@ - To be added + Do not use. diff --git a/doc/en/Gtk/IMPreeditStyle.xml b/doc/en/Gtk/IMPreeditStyle.xml index 088b7a903..3acf35992 100644 --- a/doc/en/Gtk/IMPreeditStyle.xml +++ b/doc/en/Gtk/IMPreeditStyle.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Not used in Gtk#. Do not use. @@ -38,7 +38,7 @@ - To be added + Do not use. @@ -52,7 +52,7 @@ - To be added + Do not use. @@ -79,9 +79,9 @@ - To be added + Do not use. - \ No newline at end of file + diff --git a/doc/en/Gtk/IMStatusStyle.xml b/doc/en/Gtk/IMStatusStyle.xml index 6138f9c5f..1daad6d49 100644 --- a/doc/en/Gtk/IMStatusStyle.xml +++ b/doc/en/Gtk/IMStatusStyle.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Not used in Gtk#. Do not use. @@ -38,7 +38,7 @@ - To be added + Do not use. @@ -52,7 +52,7 @@ - To be added + Do not use. @@ -79,9 +79,9 @@ - To be added + Do not use. - \ No newline at end of file + diff --git a/doc/en/Gtk/Input.xml b/doc/en/Gtk/Input.xml index 5778b3bf4..b6a01752d 100644 --- a/doc/en/Gtk/Input.xml +++ b/doc/en/Gtk/Input.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Input-handling code for the main loop of programs. @@ -72,4 +72,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Item.xml b/doc/en/Gtk/Item.xml index 9e1fe7980..ed4e0c58d 100644 --- a/doc/en/Gtk/Item.xml +++ b/doc/en/Gtk/Item.xml @@ -217,11 +217,11 @@ - To be added - a - a - To be added + Deletes all widgets constructed from the specified path. + a , a factory path to prepend to . May be if starts with a factory path. + a , a path + - \ No newline at end of file + diff --git a/doc/en/Gtk/ToolItem.xml b/doc/en/Gtk/ToolItem.xml index f12775b3b..421a36d8c 100644 --- a/doc/en/Gtk/ToolItem.xml +++ b/doc/en/Gtk/ToolItem.xml @@ -422,8 +422,34 @@ - To be added - + + This event is fired when the toolbar is displaying an + overflow menu and is trying to determine if toolitem + should appear in the overflow menu. + + + + In response to this event, toolitems + should either call the method specifying + menu_item as None and return to indicate that the + item should not appear in the overflow menu, OR call the + method with a + new menu item and return , OR + + return to indicate that the signal was not handled + by the item. This means that the item will not appear in the + overflow menu unless a later handler installs a menu item. + + + The toolbar may cache the result of this signal. When the + tool item changes how it will respond to this signal it + must call the rebuild_menu() method to invalidate the + cache and ensure that the toolbar rebuilds its overflow + menu. + + TODO: figure out why there is no rebuild_menu in gtk# + @@ -441,4 +467,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/UIManager.xml b/doc/en/Gtk/UIManager.xml index 181ce0343..83276769d 100644 --- a/doc/en/Gtk/UIManager.xml +++ b/doc/en/Gtk/UIManager.xml @@ -175,7 +175,7 @@ The behaviour is chosen based on the "is_important" property of the action to wh emoves an action group from the list of action groups a - To be added + @@ -298,7 +298,7 @@ The behaviour is chosen based on the "is_important" property of the action to wh Parses a file containing a UI definition and merges it with the current contents. a , the name of the file to parse a . The merge id for the merged UI. The merge id can be used to unmerge the UI with . If an error occurred, the return value is 0. - To be added + @@ -330,7 +330,7 @@ The behaviour is chosen based on the "is_important" property of the action to wh Adds a UI element to the current contents from an embedded resource. a a - To be added + @@ -504,9 +504,12 @@ The behaviour is chosen based on the "is_important" property of the action to wh - To be added + + Returns an unused merge id, suitable for use with + . + a - To be added + @@ -540,4 +543,4 @@ The behaviour is chosen based on the "is_important" property of the action to wh - \ No newline at end of file +