From bafd35ea5e9982b37bdba99cee76cd733a46f333 Mon Sep 17 00:00:00 2001 From: John Luke Date: Wed, 12 Nov 2003 06:07:52 +0000 Subject: [PATCH] 2003-11-12 John Luke * en/Gtk/Quit.xml: documented * en/Gtk/TooltipsData.xml: documented * en/Gtk/TODO: update svn path=/trunk/gtk-sharp/; revision=19864 --- doc/ChangeLog | 6 ++++ doc/en/Gtk/Quit.xml | 36 ++++++++++++---------- doc/en/Gtk/TODO | 5 +--- doc/en/Gtk/TooltipsData.xml | 59 +++++++++++++++++++------------------ 4 files changed, 58 insertions(+), 48 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 88a0db33a..3abe636b7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2003-11-12 John Luke + + * en/Gtk/Quit.xml: documented + * en/Gtk/TooltipsData.xml: documented + * en/Gtk/TODO: update + 2003-11-05 Mike Kestner * en/Gtk/NodeStore.xml : documented diff --git a/doc/en/Gtk/Quit.xml b/doc/en/Gtk/Quit.xml index 5b0c74c7e..6910a57b8 100644 --- a/doc/en/Gtk/Quit.xml +++ b/doc/en/Gtk/Quit.xml @@ -1,8 +1,9 @@ - + gtk-sharp - + + 0.0.0.0 neutral @@ -10,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + System.Object @@ -28,9 +29,9 @@ - To be added + Removes a quit handler by its identifier. a - To be added + @@ -44,11 +45,11 @@ - To be added + Registers a function to be called when an instance of the mainloop is left. a a a - To be added + @@ -65,14 +66,17 @@ - To be added + Registers a function to be called when an instance of the mainloop is left. a a a a a a - To be added + + In comparison to this function adds the possibility to pass a marshaller and a function to be called when the quit handler is freed. + The former can be used to run interpreted code instead of a compiled function while the latter can be used to free the information stored in data. + @@ -85,9 +89,9 @@ - To be added + Removes a quit handler identified by its field. a - To be added + @@ -101,10 +105,10 @@ - To be added + Trigger destruction of in case the mainloop at level is quit. a a - To be added + @@ -113,10 +117,10 @@ - To be added + Default Constructor a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/TODO b/doc/en/Gtk/TODO index aebee23bd..5e4934c99 100644 --- a/doc/en/Gtk/TODO +++ b/doc/en/Gtk/TODO @@ -1,6 +1,6 @@ TODO doc for Gtk namespace. -There are in total 324 xml to document in Gtk. Right now there are 176 xml not documented in any proportion. +There are in total 324 xml to document in Gtk. Right now there are 173 xml not documented in any proportion. The idea is to have a easy way to know what documentation is missing, if you want to help or are helping please take out the xml that you commit from the missing list. For documentation that take some time to finish (like HTML, TextBuffer, etc) the best is that you but your name and email next to the file in this list to acknowledge that you are working in it (is recommendable that you suscribe to the mono-docs mailing list). @@ -90,7 +90,6 @@ Paint.xml PathPriorityType.xml PathType.xml PrintFunc.xml -Quit.xml RBNode.xml RBNodeColor.xml RBTree.xml @@ -156,7 +155,6 @@ ThemeEngine.xml ThreadNotify.xml ToolbarChildType.xml ToolbarSpaceStyle.xml -TooltipsData.xml TranslateFunc.xml Tree.xml TreeCellDataFunc.xml @@ -181,5 +179,4 @@ TreeViewMappingFunc.xml TreeViewSeachEqualFunc.xml Visibility.xml WidgetHelpType.xml -WindowGroup.xml WindowKeysForeachFunc.xml diff --git a/doc/en/Gtk/TooltipsData.xml b/doc/en/Gtk/TooltipsData.xml index dc7a545d6..4655fbf94 100644 --- a/doc/en/Gtk/TooltipsData.xml +++ b/doc/en/Gtk/TooltipsData.xml @@ -1,16 +1,17 @@ - + gtk-sharp - + + 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The data needed for a + System.ValueType @@ -26,8 +27,8 @@ - To be added - To be added + A with default values. + @@ -38,8 +39,8 @@ - To be added - To be added + A string containing the tooltip message. + @@ -50,8 +51,8 @@ - To be added - To be added + A string that is not shown as the default tooltip. + Instead, this message may be more informative and go towards forming a context-sensitive help system for your application. (FIXME: how to actually "switch on" private tips?) @@ -64,10 +65,10 @@ - To be added - To be added: an object of type 'Gtk.Widget' - To be added: an object of type 'Gtk.TooltipsData' - To be added + Gets the associated with . + an object of type + an object of type + @@ -80,10 +81,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TooltipsData' - To be added + Creates a new TooltipsData object. + an object of type + an object of type + This is not typically used directly by applications. @@ -92,12 +93,13 @@ Gtk.Widget - + + - To be added - To be added: an object of type 'Gtk.Widget' - To be added: an object of type 'Gtk.Widget' - To be added + The that this is associated with. + an object of type + an object of type + @@ -106,13 +108,14 @@ Gtk.Tooltips - + + To be added - To be added: an object of type 'Gtk.Tooltips' - To be added: an object of type 'Gtk.Tooltips' - To be added + an object of type + an object of type + - \ No newline at end of file +