diff --git a/doc/ChangeLog b/doc/ChangeLog index 301ebf427..675b33fb6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-12-17 Shane Landrum + + * en/Gtk/Tooltips.xml + * en/Gtk/ToggleToolButton.xml + * en/Gtk/ToolItem.xml + * en/Gtk/ToolbarChildType.xml + * en/Gtk/SeparatorToolItem.xml + * en/Gtk/TooltipSetArgs.xml: Docs for tooltips and toolbar tools. + 2004-12-17 Dan Winship * en/Gnome/FontPicker.xml (SetFontName): diff --git a/doc/en/Gtk/SeparatorToolItem.xml b/doc/en/Gtk/SeparatorToolItem.xml index f6ac42118..7dbe22844 100644 --- a/doc/en/Gtk/SeparatorToolItem.xml +++ b/doc/en/Gtk/SeparatorToolItem.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 + Separator object for toolbars. + Gtk.ToolItem @@ -36,22 +36,22 @@ - To be added - To be added + Override for actions needed before object destruction. + - + Constructor - To be added + Protected constructor. a a - To be added + @@ -62,10 +62,10 @@ - To be added - a + Constructor for internal use only. + a , pointer to underlying C object. a - To be added + @@ -74,9 +74,9 @@ - To be added + Public constructor. a - To be added + @@ -87,9 +87,9 @@ - To be added + The of this object. a - To be added + @@ -100,10 +100,11 @@ - To be added + Returns whether this object is drawn as a line (true), or + just blank (false). a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/ToggleToolButton.xml b/doc/en/Gtk/ToggleToolButton.xml index 5e5aa337e..89f8fc8dc 100644 --- a/doc/en/Gtk/ToggleToolButton.xml +++ b/doc/en/Gtk/ToggleToolButton.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 + A base class for toolbar buttons that behave like toggles. + Gtk.ToolButton @@ -36,8 +36,8 @@ - To be added - To be added + Override to perform actions before object destruction. + @@ -60,10 +60,10 @@ - To be added + Protected constructor. a a - To be added + @@ -74,10 +74,10 @@ - To be added - a + Constructor for internal use. + a , pointer to underlying C object. a - To be added + @@ -86,9 +86,9 @@ - To be added + Public constructor. a - To be added + @@ -99,10 +99,10 @@ - To be added - a + Public constructor for use with stock items. + a , the id of a stock item whose icon and label you want to use a - To be added + @@ -113,9 +113,9 @@ - To be added + The of this object. a - To be added + @@ -126,9 +126,9 @@ - To be added - a - To be added + The current state of the toggle button. + a , true if button is pressed in and false if it is raised. + @@ -139,9 +139,9 @@ - To be added - To be added + Emitted whenever the toggle button changes state. + - \ No newline at end of file + diff --git a/doc/en/Gtk/ToolItem.xml b/doc/en/Gtk/ToolItem.xml index 350eb6cfd..db42e1f07 100644 --- a/doc/en/Gtk/ToolItem.xml +++ b/doc/en/Gtk/ToolItem.xml @@ -223,7 +223,7 @@ - To be added + The of this object. a diff --git a/doc/en/Gtk/ToolbarChildType.xml b/doc/en/Gtk/ToolbarChildType.xml index 8d4649c2b..e8b5ab174 100644 --- a/doc/en/Gtk/ToolbarChildType.xml +++ b/doc/en/Gtk/ToolbarChildType.xml @@ -52,8 +52,8 @@ - To be added - To be added + Add blank space to the toolbar. + @@ -65,8 +65,8 @@ - To be added - To be added + Add buttons to the toolbar. + @@ -78,8 +78,8 @@ - To be added - To be added + Add toggle buttons to the toolbar. + @@ -91,8 +91,8 @@ - To be added - To be added + Add radio buttons to the toolbar. + @@ -104,8 +104,8 @@ - To be added - To be added + Add widgets to the toolbar. + diff --git a/doc/en/Gtk/TooltipSetArgs.xml b/doc/en/Gtk/TooltipSetArgs.xml index 5810a4267..15f382791 100644 --- a/doc/en/Gtk/TooltipSetArgs.xml +++ b/doc/en/Gtk/TooltipSetArgs.xml @@ -39,9 +39,9 @@ - To be added + The tooltips group. a - To be added + (XXX: should this be the entire tooltips group, or just the tooltip that was set?) @@ -52,9 +52,9 @@ - To be added + The public tooltip text that was set. a - To be added + @@ -65,10 +65,10 @@ - To be added + The private/detail tooltip text that was set. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml index fae303be0..8962e29bd 100644 --- a/doc/en/Gtk/Tooltips.xml +++ b/doc/en/Gtk/Tooltips.xml @@ -210,9 +210,9 @@ class ToolTipsExample System.UInt32 - To be added + Number of milliseconds of mouse-hover before tooltips pop up. a - To be added + @@ -227,13 +227,16 @@ class ToolTipsExample - To be added + Determines the tooltips and the widget they belong + to from the window in which they are displayed. a a a a - To be added + This function is mostly intended for use by + accessibility technologies; applications should have little use for + it. - \ No newline at end of file +