From a613489634ba2b95b812e692ee020708e6f71483 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Tue, 29 Jul 2003 02:44:45 +0000 Subject: [PATCH] Add more docs to XML. svn path=/trunk/gtk-sharp/; revision=16818 --- doc/en/Glade/XML.xml | 77 ++++++++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 24 deletions(-) diff --git a/doc/en/Glade/XML.xml b/doc/en/Glade/XML.xml index 7955ba047..fbe592015 100644 --- a/doc/en/Glade/XML.xml +++ b/doc/en/Glade/XML.xml @@ -352,10 +352,16 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'GLib.List' - To be added + + Retrieves a of widgets whose name + share the same prefix + + the beginning of a widget name + + a of widgets whose name starts + with + + @@ -368,10 +374,15 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'Gtk.Widget' - To be added + + Retrieves a widget stored in the by name + + the name of the widget to retrieve + + the widget specified by or + if no Widgets of that name exists + + @@ -449,12 +460,20 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added: an object of type 'Glade.XML' - To be added + Creates an from a file + the filename + + the widget node to start building from, or . + + + the translation domain for the XML file + ( is the default) + + + the newly created object, or + if the operation failed. + + @@ -468,13 +487,23 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'int' - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added: an object of type 'Glade.XML' - To be added + Creates an object from a buffer + + a string containing the content of the glade XML file + + the length of + + the widget node to start building from, or . + + + the translation domain for the XML file + ( is the default) + + + the newly created object, or + if the operation failed. + + @@ -519,9 +548,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + the filename of the object + the filename that this Glade XML object is created from +