diff --git a/doc/ChangeLog b/doc/ChangeLog index 493083a94..f4b7fb45c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2004-12-30 Shane Landrum + + * en/Gtk/Scale.xml + * en/Gtk/Paned.xml + * en/Gtk/ProgressBar.xml + * en/Gtk/Plug.xml + * en/Gtk/MovementStep.xml: Docs, some for 2.4 changes. + 2004-12-30 Shane Landrum * en/Gtk/FilesAddedArgs.xml diff --git a/doc/en/Gtk/MovementStep.xml b/doc/en/Gtk/MovementStep.xml index 527a7fbc4..6b9d51a88 100644 --- a/doc/en/Gtk/MovementStep.xml +++ b/doc/en/Gtk/MovementStep.xml @@ -39,9 +39,6 @@ The cursor will move by forward/back graphemes. - - The cursor will move by forward/back graphemes. - @@ -55,9 +52,6 @@ The cursor will move by left/right graphemes. - - The cursor will move by left/right graphemes. - @@ -71,9 +65,6 @@ The cursor will move by forward/back words. - - The cursor will move by forward/back words. - @@ -87,9 +78,6 @@ The cursor will move up/down lines (wrapped lines). - - The cursor will move up/down lines (wrapped lines). - @@ -103,9 +91,6 @@ The cursor will move up/down lines (wrapped lines). - - The cursor will move up/down lines (wrapped lines). - @@ -119,9 +104,6 @@ The cursor will move up/down paragraphs (newline-ended lines). - - The cursor will move up/down paragraphs (newline-ended lines). - @@ -135,9 +117,6 @@ The cursor will move to either end of a paragraph. - - The cursor will move to either end of a paragraph. - @@ -151,9 +130,6 @@ The cursor will move by pages. - - The cursor will move by pages. - @@ -167,9 +143,6 @@ The cursor will move to the end of the buffer. - - The cursor will move to the end of the buffer. - @@ -195,9 +168,9 @@ - To be added - To be added + The cursor will move horizontally by pages. + - \ No newline at end of file + diff --git a/doc/en/Gtk/Paned.xml b/doc/en/Gtk/Paned.xml index 60f3415af..b9623d4b9 100644 --- a/doc/en/Gtk/Paned.xml +++ b/doc/en/Gtk/Paned.xml @@ -139,11 +139,12 @@ public Widget GetExampleFrame() - To be added + Determines the position of the pane separator based on the + size and shrinkability of the widget's children. A A A - To be added + @@ -222,7 +223,8 @@ public Widget GetExampleFrame() - To be added + Whether the position property (related to and + ) should be used. an object of type an object of type @@ -452,9 +454,11 @@ public Widget GetExampleFrame() - To be added + The largest possible value for the position property. + This property is derived from the size and shrinkability of the widget's children. + a - To be added + @@ -465,9 +469,11 @@ public Widget GetExampleFrame() - To be added + The smallest possible value for the position property. + This property is derived from the size and shrinkability of the widget's children. + a - To be added + @@ -487,4 +493,4 @@ public Widget GetExampleFrame() - \ No newline at end of file + diff --git a/doc/en/Gtk/Plug.xml b/doc/en/Gtk/Plug.xml index 5d3cbe145..ea52af0a9 100644 --- a/doc/en/Gtk/Plug.xml +++ b/doc/en/Gtk/Plug.xml @@ -12,10 +12,16 @@ Toplevel for embedding into other processes. - Together with , provides the ability to embed widgets from one process into another process in a fashion that is transparent to the user. - One process creates a widget and, passes the ID of that widgets window to the other process, which then creates a with that window ID. - Any widgets contained in the then will appear inside the first applications window. - + Together with , provides the ability to embed widgets from + one process into another process in a fashion that is + transparent to the user. One process creates a widget and, passes the ID of that widgets + window to the other process, which then creates a with that window ID. Any widgets + contained in the then will appear + inside the first applications window. + Gtk.Window @@ -118,8 +124,8 @@ - To be added - To be added + Fired when the plug window is reparented to the socket window. + @@ -133,10 +139,12 @@ - To be added + Finish the initialization of the plug identified by + which is currently displayed on . + a a - To be added + This method will generally only be used by derived classes. @@ -148,11 +156,11 @@ - To be added + Public constructor. a - a + a , the ID of the socket to connect to on . a - To be added + @@ -200,10 +208,10 @@ - To be added + Protected constructor. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/ProgressBar.xml b/doc/en/Gtk/ProgressBar.xml index 53b705ef5..43d1eead4 100644 --- a/doc/en/Gtk/ProgressBar.xml +++ b/doc/en/Gtk/ProgressBar.xml @@ -273,9 +273,9 @@ - To be added - a - To be added + Update the progress bar with a new percentage-done. + a , the percentage completed this bar should display. + @@ -286,11 +286,11 @@ - To be added + Public constructor. a a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/Scale.xml b/doc/en/Gtk/Scale.xml index 4bd2e0abb..cd4cd93a9 100644 --- a/doc/en/Gtk/Scale.xml +++ b/doc/en/Gtk/Scale.xml @@ -188,9 +188,9 @@ - To be added + Gets the used to display the scale. a - To be added + @@ -204,11 +204,19 @@ - To be added - a - a - To be added + + Obtains the coordinates where the scale will draw the + representing the text in the scale. + + a , location to store X offset of layout + a , location to store Y offset of layout + + Remember that when working with Pango you need to convert to + and from pixels using PANGO_PIXELS() or . + If is , the return values are + undefined. + - \ No newline at end of file +