diff --git a/doc/ChangeLog b/doc/ChangeLog index dbbbe6e02..297a859d8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,30 +1,40 @@ +2004-09-06 Shane Landrum + + * en/Gtk/HTML.xml + * en/Gtk/HTMLCommandType.xml + * en/Gtk/HTMLCursorSkipType.xml : Docs related to HTML widgets. + * en/Gtk/Button.xml + * en/Gtk/Widget.xml + * en/Gtk/Style.xml + * en/Gtk/Container.xml : Docs for major components. + 2004-09-06 Shane Landrum - * CommitArgs.xml - * ConfigureEventArgs.xml - * CursorMoveArgs.xml - * CycleChildFocusArgs.xml - * DeleteRangeArgs.xml - * DirectionChangedArgs.xml - * DrawPrintArgs.xml - * EnterNotifyEventArgs.xml - * FocusChildSetArgs.xml - * FocusTabArgs.xml - * FormatValueArgs.xml - * FrameEventArgs.xml - * HierarchyChangedArgs.xml - * LeaveNotifyEventArgs.xml - * MoveArgs.xml - * MoveCurrentArgs.xml - * MoveCursorArgs.xml - * MoveFocusArgs.xml - * MoveHandleArgs.xml - * OnCommandArgs.xml - * PageHorizontallyArgs.xml - * ParentSetArgs.xml - * ScrollChildArgs.xml - * SubmitArgs.xml - * TextEventArgs.xml : Event data docs. + * en/Gtk/CommitArgs.xml + * en/Gtk/ConfigureEventArgs.xml + * en/Gtk/CursorMoveArgs.xml + * en/Gtk/CycleChildFocusArgs.xml + * en/Gtk/DeleteRangeArgs.xml + * en/Gtk/DirectionChangedArgs.xml + * en/Gtk/DrawPrintArgs.xml + * en/Gtk/EnterNotifyEventArgs.xml + * en/Gtk/FocusChildSetArgs.xml + * en/Gtk/FocusTabArgs.xml + * en/Gtk/FormatValueArgs.xml + * en/Gtk/FrameEventArgs.xml + * en/Gtk/HierarchyChangedArgs.xml + * en/Gtk/LeaveNotifyEventArgs.xml + * en/Gtk/MoveArgs.xml + * en/Gtk/MoveCurrentArgs.xml + * en/Gtk/MoveCursorArgs.xml + * en/Gtk/MoveFocusArgs.xml + * en/Gtk/MoveHandleArgs.xml + * en/Gtk/OnCommandArgs.xml + * en/Gtk/PageHorizontallyArgs.xml + * en/Gtk/ParentSetArgs.xml + * en/Gtk/ScrollChildArgs.xml + * en/Gtk/SubmitArgs.xml + * en/Gtk/TextEventArgs.xml : Event data docs. 2004-09-04 Mike Kestner diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index b19fdc36a..a8625c669 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -342,9 +342,9 @@ public class ButtonApp { - To be added - a - To be added + Whether or not the cursor is inside the button. + a , true if the cursor is inside the button. + @@ -399,9 +399,10 @@ public class ButtonApp { - To be added + Returns the kind of action this button does. a - To be added + There are four possible options: "ignored", "selects", "drags", + and "expands". @@ -491,4 +492,4 @@ public class ButtonApp { - \ No newline at end of file + diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml index e41556885..1b82ba475 100644 --- a/doc/en/Gtk/Container.xml +++ b/doc/en/Gtk/Container.xml @@ -56,8 +56,8 @@ - To be added - To be added + Attempts to resize this container. + @@ -135,8 +135,8 @@ - To be added - To be added + Tries to resize the child widgets of this container. + @@ -260,10 +260,10 @@ - To be added + The vertical focus adjustment. an object of type an object of type - To be added + @@ -275,10 +275,10 @@ - To be added + The horizontal focus adjustment. an object of type an object of type - To be added + @@ -290,10 +290,10 @@ - To be added - an object of type + Moves the focus to a particular child widget. + A , a child of this container. an object of type - To be added + @@ -305,10 +305,12 @@ - To be added + The redraw-reallocation flag. Containers requesting + reallocation redraws get automatically redrawn if any of their + children changed allocation. an object of type an object of type - To be added + @@ -320,10 +322,10 @@ - To be added + A child widget for this container. an object of type an object of type - To be added + @@ -335,10 +337,10 @@ - To be added + How this container behaves when resized. an object of type an object of type - To be added + @@ -350,10 +352,10 @@ - To be added - an object of type - an object of type - To be added + This container's border width. + A + A + @@ -364,7 +366,7 @@ - To be added + Fired when a child widget is added to the container. @@ -376,7 +378,7 @@ - To be added + Fired when the focus moves to a child widget of this container. @@ -388,7 +390,7 @@ - To be added + Fired when a child widget is removed from this container. @@ -400,7 +402,7 @@ - To be added + Fired when this container's resizability is queried. @@ -484,9 +486,13 @@ - To be added + Invokes a callback function on each child of this container, + including children that are considered "internal" (implementation + details of the container). "Internal" children generally weren't + added by the user of the container but were added by the container + implementation itself. a - To be added + Most applications should use instead of this method. @@ -499,9 +505,10 @@ - To be added + Invokes a callback function on each non-internal child of this container. See for more details on internal children. a - To be added + Most applications should use this method instead of . + @@ -580,7 +587,7 @@ To be added a a - To be added + @@ -591,9 +598,9 @@ - To be added + Returns the type of children supported by this container. a - To be added + diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml index 54223442f..a4c6fbee4 100644 --- a/doc/en/Gtk/HTML.xml +++ b/doc/en/Gtk/HTML.xml @@ -1631,7 +1631,7 @@ class X { - To be added + Whether or not to check spelling inline by indicating misspelled words. a a diff --git a/doc/en/Gtk/HTMLCommandType.xml b/doc/en/Gtk/HTMLCommandType.xml index fbe6ae8b9..6a2dcf12b 100644 --- a/doc/en/Gtk/HTMLCommandType.xml +++ b/doc/en/Gtk/HTMLCommandType.xml @@ -1623,7 +1623,7 @@ - To be added + Stops the widget from redrawing. @@ -1636,7 +1636,7 @@ - To be added + Allows the widget to redraw. @@ -1831,7 +1831,7 @@ - To be added + Deletes a word. @@ -1844,7 +1844,7 @@ - To be added + Deletes the word before the cursor. diff --git a/doc/en/Gtk/HTMLCursorSkipType.xml b/doc/en/Gtk/HTMLCursorSkipType.xml index 66cafde5b..4b42f609f 100644 --- a/doc/en/Gtk/HTMLCursorSkipType.xml +++ b/doc/en/Gtk/HTMLCursorSkipType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Units for allowing the HTML widget's cursor to skip. + System.Enum @@ -37,7 +37,7 @@ - To be added + Skip units should be counted in characters. @@ -50,7 +50,7 @@ - To be added + Skip units should be counted in words. @@ -63,7 +63,7 @@ - To be added + Skip units should be counted in pages. @@ -76,7 +76,7 @@ - To be added + Skip units should encompass the whole document. Use for skipping to the beginning or end of the document. @@ -95,4 +95,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index 4013b2857..1722b8921 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -411,10 +411,10 @@ color or pixmap specified by this style for . - To be added - a + Sets the graphics context for the foreground. + a , the state of the widget to set the style for a - To be added + @@ -428,10 +428,10 @@ color or pixmap specified by this style for . - To be added - a + Sets the graphics context for the background. + a , the state of the widget to set the style for a - To be added + @@ -444,10 +444,10 @@ color or pixmap specified by this style for . - To be added - a + Returns the base graphics context for the widget. + a , the state of the widget to get the style for a - To be added + @@ -461,10 +461,10 @@ color or pixmap specified by this style for . - To be added - a + Sets the graphics context for the background. + a , the state of the widget to set the style for a - To be added + @@ -477,10 +477,10 @@ color or pixmap specified by this style for . - To be added - a + Returns the graphics context for the widget's text. + a , the state of the widget to get the style for a - To be added + @@ -494,10 +494,10 @@ color or pixmap specified by this style for . - To be added - a + Sets the graphics context for text. + a , the state of the widget to set the style for a - To be added + @@ -520,7 +520,7 @@ color or pixmap specified by this style for . - To be added + Draws a box on the screen with the given parameters. a a a @@ -532,7 +532,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -555,7 +555,7 @@ color or pixmap specified by this style for . - To be added + Draws a check button indicator in the given rectangle on with the given parameters. a a a @@ -567,7 +567,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -590,7 +590,7 @@ color or pixmap specified by this style for . - To be added + Draws a resize grip in the given rectangle on @window using the given parameters. a a a @@ -602,7 +602,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -624,7 +624,7 @@ color or pixmap specified by this style for . - To be added + Draws a layout on the screen using the given parameters. a a a @@ -635,7 +635,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -658,7 +658,8 @@ color or pixmap specified by this style for . - To be added + Draws a radio button indicator in the given rectangle on @window with the given parameters. + a a a @@ -670,7 +671,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -694,7 +695,7 @@ color or pixmap specified by this style for . - To be added + Draws a slider widget with the given parameters. a a a @@ -707,7 +708,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -730,7 +731,7 @@ color or pixmap specified by this style for . - To be added + Draws a diamond in the given rectangle on using the given parameters. a a a @@ -765,7 +766,7 @@ color or pixmap specified by this style for . - To be added + Draws a shadow around the given rectangle in using the given style and state and shadow type. a a a @@ -777,7 +778,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -798,7 +799,7 @@ color or pixmap specified by this style for . - To be added + Draws a vertical line from (, ) to (, ) in using the given style and state. a a a @@ -808,7 +809,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -831,7 +832,8 @@ color or pixmap specified by this style for . - To be added + Draws an option menu tab (i.e. the up and down pointing arrows) in the given rectangle on @window using the given parameters. + a a a @@ -843,7 +845,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -865,7 +867,7 @@ color or pixmap specified by this style for . - To be added + Draws a focus indicator around the given rectangle on using the given style. a a a @@ -876,7 +878,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -902,7 +904,7 @@ color or pixmap specified by this style for . - To be added + Draws a shadow gap around the given widget using the given parameters. a a a @@ -917,7 +919,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -941,7 +943,7 @@ color or pixmap specified by this style for . - To be added + Draws an extension for the given widget in the given style. a a a @@ -954,7 +956,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -977,7 +979,7 @@ color or pixmap specified by this style for . - To be added + Draws a flat box on with the given parameters. a a a @@ -989,7 +991,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -1013,7 +1015,7 @@ color or pixmap specified by this style for . - To be added + Draw a handle graphic for the given widget using the given parameters. a a a @@ -1026,7 +1028,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -1051,7 +1053,7 @@ color or pixmap specified by this style for . - To be added + Draw an arrow at (, ) using the given parameters. a a a @@ -1065,7 +1067,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -1086,7 +1088,7 @@ color or pixmap specified by this style for . - To be added + Draws a horizontal line from (, ) to (, ) in using the given style and state. a a a @@ -1096,7 +1098,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -1122,7 +1124,7 @@ color or pixmap specified by this style for . - To be added + Draws a gap around a box using the given parameters. a a a @@ -1137,7 +1139,7 @@ color or pixmap specified by this style for . a a a - To be added + @@ -1175,9 +1177,9 @@ color or pixmap specified by this style for . - To be added + The colors to use for text. a - To be added + @@ -1188,9 +1190,9 @@ color or pixmap specified by this style for . - To be added + The base color set. a - To be added + @@ -1203,10 +1205,10 @@ color or pixmap specified by this style for . - To be added + Returns the color for text in the given state. a a - To be added + @@ -1219,10 +1221,10 @@ color or pixmap specified by this style for . - To be added + Returns the base color for the given state. a a - To be added + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index f650ba963..736a9d483 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1885,7 +1885,7 @@ handle focus grabs. - To be added + Fired when the hierarchy (parent or child relationships) of this widget or its parent or children changes. @@ -2029,7 +2029,7 @@ handle focus grabs. - To be added + Fired when this widget's popup menu is activated. @@ -2353,7 +2353,7 @@ handle focus grabs. - To be added + Fired when the mouse leaves this widget.