diff --git a/doc/ChangeLog b/doc/ChangeLog index 6aa14eeb7..10bd10eaa 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-07 Jasper Van Putten + + * en/Gtk/*.xml : docs for Notebook and RadioButton. + 2004-07-06 Peter Johanson * en/Gnome/*.xml : docs for ColorPicker. diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index 3e8d83a14..ce125bd31 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -101,13 +101,18 @@ class NotebookSample - Returns the label widget for a given widget. + Returns the label caption for the Notebookpage containing the given widget. The widget in the page. - The tab label widget, or if - not found. + + + The text of the tab label, or if + the widget does not have a tab label other than the + default tab label, or the tab label page is not a . + + - Returns the tab label widget for the page child. is returned if the child widget is not + Returns the tab label text for the page child. is returned if the child widget is not in the notebook or if no tab label has specifically been set for the . @@ -124,13 +129,13 @@ class NotebookSample - Returns the label caption for a given widget. + Returns the label caption for the menu of the notebookpage containing the given widget. The child widget in the page - The text of the tab label, or if + The text of the menu label, or if the widget does not have a menu label other than the - default menu label, or the menu label widget is not a . + default menu label, or the menu label page is not a . @@ -328,10 +333,10 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + Returns the label for the menu of the notebookpage containing the given widget. + The child widget in the page. + The , or null if the page does not have a menu label other than the default menu label. + the label of a menu doesn't have to be a . it can be any @@ -369,10 +374,13 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + Returns the for the Notebookpage containing the given widget. + The child widget in the page. + The label, or null if the page does not have a tab label other than the default tab label. + + +the label of a menu doesn't have to be a . it can be any + @@ -385,10 +393,10 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + Returns the notebookpage with the given index. + the zero-based index of the page to return. use -1 for the last page. + returns the with the given index. + @@ -402,10 +410,10 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + sets the text of a menu label of a page. + the page. + the text of the label. + @@ -419,10 +427,10 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + 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. + @@ -433,8 +441,17 @@ class NotebookSample - To be added - To be added + + + Switches to the next page. + + + + + Switches to the next page. Nothing happens if the + current page is the last page. + + @@ -449,10 +466,10 @@ class NotebookSample - To be added - an object of type - an object of type - an object of type + prepends a page, with a custom popup-label. + 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 @@ -467,9 +484,9 @@ class NotebookSample - To be added - an object of type - an object of type + sets the menulabel of a page. + the page + 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 @@ -486,11 +503,11 @@ class NotebookSample - To be added - an object of type - an object of type - an object of type - an object of type + sets the packing of the tab label of a page. + a page. + sets true to expand the label. + sets true to fill to fill the allocated area. + sets of the label. To be added @@ -542,7 +559,7 @@ class NotebookSample - The index of the curent page. + Sets or obtains the index of the curent page. the index of the page to switch to. Returns the index of the current page . @@ -663,7 +680,7 @@ class NotebookSample - The index of the curent page. + Sets or obtains the index of the curent page. The index of the page to switch to. Returns the index of the curent page. use instead. @@ -693,7 +710,7 @@ class NotebookSample - enables the popup menu. + Indicates if the popup menu in enabled. Use true to enable and false to disable. Returns true if the popup menu is enabled and false if not. if true and the user clicks with the right mouse button on the tabs, a menu with all the pages will be popped up. @@ -792,12 +809,12 @@ class NotebookSample - To be added - an object of type - an object of type - an object of type - an object of type - To be added + Insert a page into notebook at the given position, with a custom popup-label. + The to use as th content of the page. + 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. + @@ -811,10 +828,10 @@ class NotebookSample - To be added - an object of type - an object of type - To be added + Sets the label for the page containing a widget + the page + the to use as label. use null for the default label. + @@ -825,8 +842,8 @@ class NotebookSample returns the amount of pages in this notebook. - a - returns the amount of pages in this noteboo + the amount of pages in the notebook. + @@ -859,12 +876,12 @@ class NotebookSample - To be added - a - a - a - a - To be added + Query the packing attributes for the tab label of the page containing child. + the page. + indicates if expand is true or false. + indicates if fill is true or false. + returns to which is used. + diff --git a/doc/en/Gtk/RadioButton.xml b/doc/en/Gtk/RadioButton.xml index 9397dbcfc..5ae77a6f3 100644 --- a/doc/en/Gtk/RadioButton.xml +++ b/doc/en/Gtk/RadioButton.xml @@ -153,9 +153,9 @@ - To be added - a - To be added + sets and obtains a linked list with all the radio buttons in the same group. + a with all the radio buttons in the same group as this radio button. +