From 1845a8f8495cf132ebbb66485c67b0718a9335af Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Wed, 5 Jan 2005 19:34:00 +0000 Subject: [PATCH] 2005-01-05 Shane Landrum * en/Gtk/*ImageData.xml: Removed, see bugzilla.ximian.com #70894. * en/Gtk/ListStore.xml * en/Gtk/MessageDialog.xml * en/Gtk/Main.xml * en/Gtk/Layout.xml * en/Gtk/NodeStore.xml * en/Gtk/Label.xml * en/Gtk/MatchType.xml * en/Gtk/Object.xml: Added docs. svn path=/trunk/gtk-sharp/; revision=38375 --- doc/ChangeLog | 13 ++++++ doc/en/Gtk/Label.xml | 18 +++++--- doc/en/Gtk/Layout.xml | 10 ++--- doc/en/Gtk/ListStore.xml | 34 ++++++++++---- doc/en/Gtk/Main.xml | 6 +-- doc/en/Gtk/MatchType.xml | 28 ++++++------ doc/en/Gtk/MessageDialog.xml | 6 +-- doc/en/Gtk/NodeStore.xml | 2 +- doc/en/Gtk/Object.xml | 87 +++++++++++++++++++----------------- 9 files changed, 124 insertions(+), 80 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 76a13b6a2..ae78b109c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,16 @@ +2005-01-05 Shane Landrum + + * en/Gtk/*ImageData.xml: Removed, see + bugzilla.ximian.com #70894. + * en/Gtk/ListStore.xml + * en/Gtk/MessageDialog.xml + * en/Gtk/Main.xml + * en/Gtk/Layout.xml + * en/Gtk/NodeStore.xml + * en/Gtk/Label.xml + * en/Gtk/MatchType.xml + * en/Gtk/Object.xml: Added docs. + 2005-01-05 Shane Landrum * en/Gtk/Item.xml diff --git a/doc/en/Gtk/Label.xml b/doc/en/Gtk/Label.xml index e367e1be1..83e3dcce6 100644 --- a/doc/en/Gtk/Label.xml +++ b/doc/en/Gtk/Label.xml @@ -672,10 +672,16 @@ - To be added + Deprecated. a a - To be added + + Checks the string passed as the parameter for underscores, + and then underlines the characters following the + underscores. It will take the first underlined character in + a label and return it as a lower-case accelerator key, + e.g. _Save will return the accelerator key value for "s". + @@ -688,10 +694,12 @@ - To be added + Deprecated; do not use in new code. a - To be added + Gets the current string of text within the Label + object and writes it to . It does not make a copy of this + string so you must not write to it. - \ No newline at end of file + diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index c872727d2..cc9b7e884 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -295,8 +295,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -307,8 +307,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -328,4 +328,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index ed381fe66..a4c284058 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -50,9 +50,12 @@ - To be added - an object of type - To be added + + Returns the number of children that has. + + an object of type , the number of children of . + As a special case, if is , then the number + of toplevel nodes is returned. @@ -65,10 +68,23 @@ - To be added + + Sets to point to the first child of . + an object of type - an object of type - To be added + an object of type , + , if has been set to the first child. + + + If has no children, + is returned and is set to be invalid. will remain a valid + node after this function has been called. + + + If is returns the first node, equivalent to + gtk_tree_model_get_iter_first (tree_model, iter); + + @@ -1414,10 +1430,10 @@ The above example creates a new three columns list store. The types of the colum - To be added + Protected constructor. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Main.xml b/doc/en/Gtk/Main.xml index dbb34b35b..db6299576 100644 --- a/doc/en/Gtk/Main.xml +++ b/doc/en/Gtk/Main.xml @@ -103,10 +103,10 @@ When your callbacks are invoked, you would typically take some action - for exam - To be added + Public constructor. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/MatchType.xml b/doc/en/Gtk/MatchType.xml index 86f959113..e708230cd 100644 --- a/doc/en/Gtk/MatchType.xml +++ b/doc/en/Gtk/MatchType.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Deprecated. Do not use. + System.Enum @@ -50,8 +50,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -63,8 +63,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -76,8 +76,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -89,8 +89,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -102,8 +102,8 @@ - To be added - To be added + Deprecated. Do not use. + @@ -115,8 +115,8 @@ - To be added - To be added + Deprecated. Do not use. + diff --git a/doc/en/Gtk/MessageDialog.xml b/doc/en/Gtk/MessageDialog.xml index a471ab33c..9bdc737ba 100644 --- a/doc/en/Gtk/MessageDialog.xml +++ b/doc/en/Gtk/MessageDialog.xml @@ -190,10 +190,10 @@ MessageDialog md = new MessageDialog System.String - To be added + Markup for the message to display in the dialog. a - To be added + Markup should be in Pango markup format. (TODO: check this.) - \ No newline at end of file + diff --git a/doc/en/Gtk/NodeStore.xml b/doc/en/Gtk/NodeStore.xml index f82093459..c682ba873 100644 --- a/doc/en/Gtk/NodeStore.xml +++ b/doc/en/Gtk/NodeStore.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + GLib.Object diff --git a/doc/en/Gtk/Object.xml b/doc/en/Gtk/Object.xml index 47343587c..ca9f33bee 100644 --- a/doc/en/Gtk/Object.xml +++ b/doc/en/Gtk/Object.xml @@ -12,10 +12,10 @@ Base class for the Gtk object hierarchy. Base object for the Gtk object hierarchy. - - -The differences between Gtk.Object and GLib. is a historical one, and it matters little in Gtk#. - + + The difference between Gtk.Object and GLib. is a historical one, and it matters little in Gtk#. + + GLib.Object @@ -55,8 +55,12 @@ The object is only destroyed if all the references to the object are released, t - To be added - To be added + Removes the floating reference from a , if it exists; otherwise does + nothing. + + See the overview + documentation at the top of the page. @@ -122,9 +126,12 @@ The object is only destroyed if all the references to the object are released, t - To be added - a - To be added + + Diagnostic method to print the raw object and its reference count + as debug information. + + a , the internal C data underlying this object. + @@ -203,12 +210,12 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use in new code. a a a a - To be added + @@ -219,8 +226,8 @@ The object is only destroyed if all the references to the object are released, t - To be added - To be added + Deprecated. Do not use. + @@ -231,9 +238,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -248,11 +255,11 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a a - To be added + @@ -265,10 +272,10 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a - To be added + @@ -281,9 +288,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -296,9 +303,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -312,10 +319,10 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a - To be added + @@ -328,9 +335,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -343,9 +350,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -358,9 +365,9 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + @@ -375,11 +382,11 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a a - To be added + @@ -393,10 +400,10 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a - To be added + @@ -409,10 +416,10 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a a - To be added + @@ -425,10 +432,10 @@ The object is only destroyed if all the references to the object are released, t - To be added + Deprecated. Do not use. a - To be added + - \ No newline at end of file +