diff --git a/doc/en/Glade/ApplyCustomPropFunc.xml b/doc/en/Glade/ApplyCustomPropFunc.xml index 8f4a37de1..08b3d71eb 100644 --- a/doc/en/Glade/ApplyCustomPropFunc.xml +++ b/doc/en/Glade/ApplyCustomPropFunc.xml @@ -7,7 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Event handler. To be added diff --git a/doc/en/Glade/BuildChildrenFunc.xml b/doc/en/Glade/BuildChildrenFunc.xml index 6e439089d..8079929b3 100644 --- a/doc/en/Glade/BuildChildrenFunc.xml +++ b/doc/en/Glade/BuildChildrenFunc.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 + event handler. + this delegate is used for custom methods to built the internal children of a widget. System.Delegate diff --git a/doc/en/Glade/FindInternalChildFunc.xml b/doc/en/Glade/FindInternalChildFunc.xml index 5c6cdbce1..5d9699ef8 100644 --- a/doc/en/Glade/FindInternalChildFunc.xml +++ b/doc/en/Glade/FindInternalChildFunc.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 + Event handler. + this delegate is used for custom methods to find the internal children of a widget. System.Delegate diff --git a/doc/en/Glade/Global.xml b/doc/en/Glade/Global.xml index 7286810a7..454f5b159 100644 --- a/doc/en/Glade/Global.xml +++ b/doc/en/Glade/Global.xml @@ -64,7 +64,7 @@ To be added a a - To be added + @@ -77,9 +77,9 @@ - To be added - a - To be added + this method allows you to override the default behaviour when a Custom widget is found in an interface. + the to use when a custom widget is found. + @@ -105,10 +105,10 @@ - To be added - a - a - a + This method provides a way to register handlers for custom properties. + the of the widget. + the name of the custom property + the to call when the property is found. To be added @@ -161,12 +161,12 @@ - To be added - a - a - a - a - To be added + this method registers new costruction methods for a widget type. + the of a widget. + the used to construct the widget. + the used to construct the children or null. + the to find the internal children or null. + diff --git a/doc/en/Glade/NewFunc.xml b/doc/en/Glade/NewFunc.xml index 01c6a9697..f96111b60 100644 --- a/doc/en/Glade/NewFunc.xml +++ b/doc/en/Glade/NewFunc.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 + Event handler. + this delegate is called used for custom methods to create widgets. System.Delegate diff --git a/doc/en/Glade/RawXMLConnectFunc.xml b/doc/en/Glade/RawXMLConnectFunc.xml index da3ba1f83..07596952f 100644 --- a/doc/en/Glade/RawXMLConnectFunc.xml +++ b/doc/en/Glade/RawXMLConnectFunc.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Event handler. To be added diff --git a/doc/en/Glade/XML.xml b/doc/en/Glade/XML.xml index fbf94bd63..1d303ff98 100644 --- a/doc/en/Glade/XML.xml +++ b/doc/en/Glade/XML.xml @@ -734,8 +734,8 @@ public class GladeApp Gtk.Widget - To be added - a + returns a widget created from the glade xml file. + a or null when the the widget with taht name is't found. To be added diff --git a/doc/en/Glade/XMLConnectFunc.xml b/doc/en/Glade/XMLConnectFunc.xml index ec6fad617..5049550ee 100644 --- a/doc/en/Glade/XMLConnectFunc.xml +++ b/doc/en/Glade/XMLConnectFunc.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 + Event handler. + this delegate is used for custom methods to connect the signals to methods. System.Delegate diff --git a/doc/en/Glade/XMLCustomWidgetHandler.xml b/doc/en/Glade/XMLCustomWidgetHandler.xml index abe701de8..cc1fe7146 100644 --- a/doc/en/Glade/XMLCustomWidgetHandler.xml +++ b/doc/en/Glade/XMLCustomWidgetHandler.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 + Event handler. + this delegate is used for custom methods to call when a custom widget is found. System.Delegate diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index ce125bd31..f8155c367 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -256,7 +256,15 @@ class NotebookSample used as the label for the page, or to use the default label, 'page N'. - Appends a page to notebook. The tab widget is the and the content is + + + Appends a page to notebook. The tab widget is the and the content is . + + + +Don't forget to call the Show method on the widget or else the new page will not be shown. + + @@ -289,6 +297,9 @@ class NotebookSample Appends a page to notebook, specifying the widget to use as the label in the popup menu. + +Don't forget to call the Show method on the widget or else the new page will not be shown. + @@ -318,8 +329,11 @@ class NotebookSample - Insert a page into the notebook at the given position + Insert a page into the notebook at the given position. + +Don't forget to call the Show method on the widget or else the new page will not be shown. + @@ -430,7 +444,11 @@ the label of a menu doesn't have to be a . it can be a prepends a page. a t use as content of the page. the to use as the tab label. use null to use the default label. - + + +Don't forget to call the Show method on the widget or else the new page will not be shown. + + @@ -470,7 +488,11 @@ the label of a menu doesn't have to be a . it can be a the to use as contents of the page. the to use as tab label. use null to use the default label. the to use as menu label. use null to get the same label as the tab label, this only works if the tab label is a - To be added + + +Don't forget to call the Show method on the widget or else the new page will not be shown. + + @@ -814,7 +836,11 @@ the label of a menu doesn't have to be a . it can be a the to use as a label. use null for the default label. the to use as menu label. use null to get the same label as the tab label, this only works if the tab label is a the zero-based position to insert the page. use -1 make it the last page. - + + +Don't forget to call the Show method on the widget or else the new page will not be shown. + +