diff --git a/doc/ChangeLog b/doc/ChangeLog index f39139535..05ef1083f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2004-12-12 Shane Landrum + + * en/Gtk/ToolItem.xml + * en/Gtk/Toolbar.xml: Expanded docs for toolbar-related classes. + * en/Gtk/SubmenuDirection.xml + * en/Gtk/SubmenuPlacement.xml: Docced submenu enums. + 2004-12-09 Mike Kestner * en/Gtk/HTML*.xml : size_t marshaling updates. diff --git a/doc/en/Gtk/SubmenuDirection.xml b/doc/en/Gtk/SubmenuDirection.xml index 09c76e90f..bc45e3767 100644 --- a/doc/en/Gtk/SubmenuDirection.xml +++ b/doc/en/Gtk/SubmenuDirection.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 + Enumeration for direction of submenus. + System.Enum @@ -37,8 +37,8 @@ - To be added - To be added + Left direction. + @@ -50,8 +50,8 @@ - To be added - To be added + Right direction. + @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/SubmenuPlacement.xml b/doc/en/Gtk/SubmenuPlacement.xml index d3d1caf46..d4abb7fc4 100644 --- a/doc/en/Gtk/SubmenuPlacement.xml +++ b/doc/en/Gtk/SubmenuPlacement.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 + Enumeration for placement of submenus. + System.Enum @@ -37,8 +37,8 @@ - To be added - To be added + Place submenu top-to-bottom. + @@ -50,8 +50,8 @@ - To be added - To be added + Place submenu left-to-right. + @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ToolItem.xml b/doc/en/Gtk/ToolItem.xml index 5cf497c72..350eb6cfd 100644 --- a/doc/en/Gtk/ToolItem.xml +++ b/doc/en/Gtk/ToolItem.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 + Objects to fill a . + Gtk.Bin @@ -36,8 +36,8 @@ - To be added - To be added + Override for any actions required before object destruction. + @@ -96,10 +96,15 @@ - To be added + + Sets the used in the toolbar overflow menu. + a a - To be added + + The is used to identify the caller of this function and + should also be used with . + @@ -112,10 +117,22 @@ - To be added + + If matches the string passed to + , + return the corresponding . + + a a - To be added + + Custom subclasses of should use this + function to update their menu item when the + changes. That the + s must match ensures that a + will not + inadvertently change a menu item that they did not create. + @@ -130,11 +147,15 @@ - To be added + + Sets the object to be used for + this tool item, the text to be displayed as tooltip on the + item and the private text to be used. + a - a - a - To be added + a , the tooltip text for the item + a , the pricate text + @@ -145,9 +166,14 @@ - To be added + + Returns the that was last set by + ; that is, the + that is going to appear in the + overflow menu. + a - To be added + @@ -158,10 +184,10 @@ - To be added + Protected constructor. a a - To be added + @@ -172,10 +198,10 @@ - To be added - a + Constructor for internal use. Do not use. + a , pointer to the underlying C object. a - To be added + @@ -184,9 +210,9 @@ - To be added + Public constructor. a - To be added + @@ -199,7 +225,7 @@ To be added a - To be added + @@ -210,9 +236,9 @@ - To be added + Whether the toolbar item is visible when the toolbar is in a horizontal orientation. a - To be added + @@ -223,9 +249,9 @@ - To be added + Whether the toolbar item is visible when the toolbar is in a vertical orientation. a - To be added + @@ -236,9 +262,12 @@ - To be added + Whether the toolbar item is considered important. a - To be added + + When TRUE, toolbar buttons show text when the toolbar is in + mode. + @@ -249,9 +278,10 @@ - To be added + Sets some display styles for this toolbar; see + for details. a - To be added + @@ -262,9 +292,9 @@ - To be added + The orientation used for this tool item. See . a - To be added + @@ -275,9 +305,9 @@ - To be added + The size of icons in this toolbar. See . a - To be added + @@ -288,9 +318,16 @@ - To be added + + Whether this toolitem has a drag window. + a - To be added + + When this is TRUE the toolitem can be used as a drag source through + . + When this toolitem has a drag window it will intercept all events, + even those that would otherwise be sent to a child of the toolitem. + @@ -301,9 +338,16 @@ - To be added + + Returns the relief style of this toolitem. See . + a - To be added + + Custom subclasses of should call + this function in the handler + of the signal + to find out the relief style of buttons. + @@ -314,12 +358,18 @@ - To be added + + Whether this toolitem is allocated extra space when there + is more room on the toolbar then needed for the items. + a - To be added + + If true, the effect is that the item gets bigger when the + toolbar gets bigger and smaller when the toolbar gets smaller. + - + Property @@ -327,9 +377,15 @@ - To be added + + Whether this toolitem is to be allocated the same size as other + homogeneous items. + a - To be added + + If true, the effect is that all homogeneous items will have + the same width as the widest of the items. + @@ -340,8 +396,21 @@ - To be added - To be added + + This signal is emitted when some property of the toolbar that the + item is a child of changes. + + + For custom subclasses of + , + the default handler of this signal uses the properties + , + , + , and + + to find out what the toolbar should look like and change + themselves accordingly. + @@ -353,7 +422,7 @@ To be added - To be added + @@ -364,9 +433,11 @@ - To be added - To be added + + This signal is emitted when the toolitem's tooltip changes. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index fe133d020..7930d871a 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -583,9 +583,9 @@ If type == , widget is used as the n - To be added + Whether to show an arrow if the toolbar doesn't fit. a - To be added + @@ -596,9 +596,9 @@ If type == , widget is used as the n - To be added + The relief style of buttons on the toolbar. a - To be added + @@ -609,9 +609,9 @@ If type == , widget is used as the n - To be added + The number of items on the toolbar. a - To be added + @@ -622,8 +622,12 @@ If type == , widget is used as the n - To be added - To be added + Emitted when the user right-clicks the toolbar or uses the + keybinding to display a popup menu. + + Application developers should handle this signal if they want + to display a context menu on the toolbar. + @@ -657,10 +661,14 @@ If type == , widget is used as the n - To be added + + Highlights the toolbar to give an idea of what it would look like + if was added to the toolbar at the + position indicated by . + a a - To be added + @@ -673,10 +681,12 @@ If type == , widget is used as the n - To be added + Returns the th item on the toolbar, + or if the toolbar does not contain an + th item. a a - To be added + @@ -690,10 +700,18 @@ If type == , widget is used as the n - To be added + + Insert a into the toolbar at position + . + a a - To be added + + If is 0 the item is prepended to the start + of the toolbar. + If is negative, the item is appended to the + end of the toolbar. + @@ -706,10 +724,16 @@ If type == , widget is used as the n - To be added + + Returns the position of on the toolbar, + starting from 0. + a a - To be added + + It is an error if is not a child of + the toolbar. + @@ -723,11 +747,19 @@ If type == , widget is used as the n - To be added + + Returns the position corresponding to the indicated point on + the toolbar. + a a a - To be added + + This is useful when dragging items to the toolbar: + this function returns the position a new item should be + inserted. and are in + toolbar coordinates. + @@ -747,4 +779,4 @@ If type == , widget is used as the n - \ No newline at end of file +