diff --git a/doc/ChangeLog b/doc/ChangeLog index 4fd515b10..c22795164 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2003-02-21 Duncan Mak + + * en/Gtk/Misc.xml: Raphael J. Schmid, . + + * en/Gtk/CornerType.xml: Kevin Breit, . + + * en/Gtk/AccelLabel.xml: Hector E. Gomez Morales . + + * en/Gtk/AccelFlags.xml: Hector E. Gomez Morales . + 2003-02-19 Jeffrey Stedfast * en/Gdk/GC.xml: Documented. diff --git a/doc/en/Gtk/AccelFlags.xml b/doc/en/Gtk/AccelFlags.xml index a56ce3800..11f018f7e 100644 --- a/doc/en/Gtk/AccelFlags.xml +++ b/doc/en/Gtk/AccelFlags.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ To be added - To be added - To be added + An enumeration used by AccelLabel + + + This enumeration is used by to see decide to display or not display an accelerator key and to know if an accelerator key is removable. + + System.Enum @@ -34,8 +38,10 @@ - To be added - To be added + Determines if will display the accelerator key or not. + + Determines if will display the accelerator key or not. + @@ -46,8 +52,10 @@ - To be added - To be added + Determines if the accelerator key is removable by + + Determines if the accelerator key is removable by + @@ -75,4 +83,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/AccelLabel.xml b/doc/en/Gtk/AccelLabel.xml index 3542044a4..a9545e252 100644 --- a/doc/en/Gtk/AccelLabel.xml +++ b/doc/en/Gtk/AccelLabel.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,15 @@ To be added - To be added - To be added + A widget that displays an accelerator key + + + The widget is a subclass of that also displays an accelerator key on the right of the label text. The widget is commonly used in menus to show the keyboard shortcuts for commands. + + + The accelerator key to display is not set explicitly instead, the displays the accelerators which have been added to a particular widget. This widget is set by calling . + + Gtk.Label @@ -35,11 +42,16 @@ System.Boolean - + + - To be added - To be added: an object of type 'bool' - To be added + Recreates the string representing the accelerator keys. + Default, since the strings are updated this is not needed + + + Recreates the string representing the accelerator keys. This should not be needed since the string is automatically updated whenever accelerators are added or removed from the associated widget. + + @@ -50,8 +62,12 @@ - To be added - To be added + To be added. + + + To be added. + + @@ -125,10 +141,17 @@ System.UInt32 + + + - To be added - To be added: an object of type 'uint' - To be added + Returns the width needed to display the accelerator key(s). + The width needed to display the accelerator key(s) + + + Returns the width needed to display the accelerator key(s). This is used by menus to align all of the widgets, and shouldn't be needed by applications. + + @@ -141,10 +164,14 @@ - To be added + Sets the closure to be monitored by this accelerator label. To be added: an object of type 'IntPtr' To be added: an object of type 'IntPtr' - To be added + + + Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group. See . + + @@ -157,11 +184,15 @@ - To be added - To be added: an object of type 'Gtk.Widget' - To be added: an object of type 'Gtk.Widget' - To be added + Fetches the widget monitored by this acceleretaor label. + The widget to be monitored + The object monitored by the accelerator label, or + + + Fetches the widget monitored by this acceleretaor label. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/CornerType.xml b/doc/en/Gtk/CornerType.xml index 5f443e5a6..1822017e1 100644 --- a/doc/en/Gtk/CornerType.xml +++ b/doc/en/Gtk/CornerType.xml @@ -1,14 +1,14 @@ - + gtk-sharp 0.0.0.0 - To be added + CornerType is a thread safe object. - To be added - To be added + Specifies which corner a child widget should be placed in when packed into a . This is effectively the opposite of where the scroll bars are placed. + This is effectively the opposite of where the scroll bars are placed. System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + Place the scrollbars on the right and bottom of the widget (default behaviour). + @@ -46,8 +46,8 @@ - To be added - To be added + Place the scrollbars on the top and right of the widget. + @@ -58,8 +58,8 @@ - To be added - To be added + Place the scrollbars on the left and bottom of the widget. + @@ -70,8 +70,8 @@ - To be added - To be added + Place the scrollbars on the top and left of the widget. + diff --git a/doc/en/Gtk/Misc.xml b/doc/en/Gtk/Misc.xml index 6ea99fa53..5d25cf9c8 100644 --- a/doc/en/Gtk/Misc.xml +++ b/doc/en/Gtk/Misc.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,18 @@ To be added - To be added - To be added + A base class for widgets with alignments and padding. + + + The GtkMisc widget is an abstract widget which is not useful itself, but is used to derive subclasses which have alignment and padding attributes. + + + The horizontal and vertical padding attributes allows extra space to be added around the widget. + + + The horizontal and vertical alignment attributes enable the widget to be positioned within its allocated area. Note that if the widget is added to a container in such a way that it expands automatically to fill its allocated area, the alignment settings will not alter the widgets position. + + Gtk.Widget @@ -40,10 +50,9 @@ - To be added - To be added: an object of type 'float' - To be added: an object of type 'float' - To be added + Sets the alignment of the widget. + The horizontal alignment, from 0 (left) to 1 (right). + The vertical alignment, from 0 (top) to 1 (bottom). @@ -57,10 +66,9 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Sets the amount of space to add around the widget. + The amount of space to add on the left and right of the widget, in pixels. + The amount of space to add on the top and bottom of the widget, in pixels. @@ -74,10 +82,9 @@ - To be added - To be added: an object of type 'float' - To be added: an object of type 'float' - To be added + Gets the X and Y alignment of the widget within its allocation. See . + Location to store X alignment of misc, or . + Location to store Y alignment of misc, or . @@ -91,10 +98,9 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + iGets the padding in the X and Y directions of the widget. See ). + Location to store padding in the X direction, or . + Location to store padding in the Y direction, or . @@ -139,7 +145,7 @@ - Constructor + Internal constructor @@ -170,10 +176,10 @@ - To be added - To be added: an object of type 'float' - To be added: an object of type 'float' - To be added + The vertical alignment + The vertical alignment, from 0 (top) to 1 (bottom). + The vertical alignment + @@ -186,10 +192,10 @@ - To be added - To be added: an object of type 'float' - To be added: an object of type 'float' - To be added + The horizontal alignment + The horizontal alignment, from 0 (left) to 1 (right). + The horizontal alignment + @@ -202,10 +208,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + The amount of space to add on the left and right of the widget, in pixels. + The amount of space to add on the left and right of the widget, in pixels. + The amount of space to add on the left and right of the widget, in pixels. + @@ -218,11 +224,11 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + The amount of space to add on the top and bottom of the widget, in pixels. + The amount of space to add on the top and bottom of the widget, in pixels. + The amount of space to add on the top and bottom of the widget, in pixels. + - \ No newline at end of file +