From 03be7535267243bb2876a83944a6469eccca8882 Mon Sep 17 00:00:00 2001 From: John Luke Date: Fri, 27 Jun 2003 03:09:54 +0000 Subject: [PATCH] fix methods and update svn path=/trunk/gtk-sharp/; revision=15681 --- doc/ChangeLog | 1 + doc/en/Gtk/Toolbar.xml | 69 ++++++++++++++++++++++-------------------- 2 files changed, 38 insertions(+), 32 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 30eb7b6c2..9638539c3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,6 @@ 2003-06-26 John Luke * en/Gtk/TreeView.xml: update example, paramater references + * en/Gtk/Toolbar.xml: update and fix methods 2003-06-23 John Luke * en/Gtk/WindowGroup.xml: add some info diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 99a990984..67cf52c0d 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -9,15 +9,20 @@ Create bars of buttons and other widgets. - A toolbar is created with a call to . + A is created with a call to . - Buttons with text and/or images are added with , , and . + Buttons with text and/or images are added with , + , + and . - Any of , , or an arbitrary widget can be added to the toolbar with , , and . + Any of , , or an arbitrary widget can be added to the toolbar with + , + , + and . - Widgets can be visibly grouped by adding gaps between widgets using , , and . + Widgets can be visibly grouped by adding gaps between widgets using , , and . @@ -59,11 +64,11 @@ Adds a new element to the end of a toolbar. A value of type that determines what widget will be. a , or . - The element's label. - The element's tooltip. + The label of the element. + The tooltip for the element. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. - The function to be executed when the button is pressed. + a that provides pictorial representation of the function of the element. + The function to be executed when the is pressed. The new toolbar element as a If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be . @@ -84,11 +89,11 @@ - Adds a new button to the beginning (top or left edges) of the given toolbar. + Adds a new button to the beginning (top or left edges) of the given . Text for the button label. A string that appears when the user holds the mouse over this item. Text used for context-sensitive help about this toolbar element. - A that should be used as the button's icon. + A that should be used as the icon of the button. The function to be executed when the button is pressed. The new toolbar element as a To be added @@ -114,9 +119,9 @@ Text for the button label. A string that appears when the user holds the mouse over this item. Text used for context-sensitive help about this toolbar element. - A that should be used as the button's icon. + A that should be used as the icon for the button. The function to be executed when the button is pressed. - To be added: an object of type 'IntPtr' + an object of type The number of widgets to insert this item after. The new toolbar element as a . To be added @@ -175,7 +180,7 @@ Inserts a widget in the toolbar at the given position. a to add to the toolbar. - The element's tooltip. + The tooltip for the element. Used for context-sensitive help about this toolbar element. The number of widgets to insert this widget after. @@ -200,10 +205,10 @@ The text in the tooltip of the toolbar button The private text of the tooltip The callback called when the toolbar button is clicked. - To be added: an object of type 'IntPtr' + an object of type The position the button shall be inserted at. -1 means at the end. The inserted widget - If is not a known stock item ID, it's inserted verbatim, except that underscores used to mark mnemonics are removed. + If is not a known stock item ID, it is inserted verbatim, except that underscores used to mark mnemonics are removed. @@ -220,7 +225,7 @@ Adds a widget to the end of the given toolbar. A to add to the toolbar. - The element's tooltip. + The tooltip for the element. Used for context-sensitive help about this toolbar element. To be added @@ -252,10 +257,10 @@ Adds a new button to the end (right or bottom edges) of the given toolbar. - The element's label. - The element's tooltip. + The label of the element. + The tooltip for the element. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the function of the element. The function to be executed when the button is pressed. The new toolbar element as a To be added @@ -290,7 +295,7 @@ Adds a widget to the beginning of the given toolbar. a to add to the toolbar. - The element's tooltip. + The tooltip for the element. Used for context-sensitive help about this toolbar element. To be added @@ -316,12 +321,12 @@ Inserts a new element in the toolbar at the given position. A value of type that determines what widget will be. a , or . - The element's label. - The element's tooltip. + The label of the element. + The tooltip for the element. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the function of the element. The function to be executed when the button is pressed. - To be added: an object of type 'IntPtr' + an object of type The number of widgets to insert this element after. The new toolbar element as a @@ -350,10 +355,10 @@ Adds a new element to the beginning of a toolbar. A value of type that determines what widget will be. a , or . - The element's label. - The element's tooltip. + The label of the element. + The tooltip for the element. Text used for context-sensitive help about this toolbar element. - a that provides pictorial representation of the element's function. + a that provides pictorial representation of the function of the element. The function to be executed when the button is pressed. The new toolbar element as a @@ -422,8 +427,8 @@ System.UInt32 - The GLib Type for Gtk.Toolbar - The GLib Type for the Gtk.Toolbar class. + The for + The for the class. @@ -437,7 +442,7 @@ - This function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they've been added. The size you set will override user preferences for the default icon size. + This function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they have been added. The size you set will override user preferences for the default icon size. The that stock icons in the toolbar shall have. The icon size for the toolbar. To be added @@ -485,7 +490,7 @@ - Sets the orientation of the toolbar to either or . + Sets the of the toolbar to either or . The orientation of the toolbar. The orientation of the toolbar. To be added @@ -528,4 +533,4 @@ - \ No newline at end of file +