diff --git a/doc/ChangeLog b/doc/ChangeLog index 7847bc78e..e0015b950 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-09 Lee Mallabone + + * en/Gtk/Scale.xml: + * en/Gtk/[VH]Scale.xml: Simple documentation for Scale widgets. + 2003-03-08 Miguel de Icaza * en/GLib/IdleHandler.xml: Documeted. diff --git a/doc/en/Gtk/HScale.xml b/doc/en/Gtk/HScale.xml index ad45c451d..9f7a730c0 100644 --- a/doc/en/Gtk/HScale.xml +++ b/doc/en/Gtk/HScale.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A horizontal slider widget for selecting a value from a range. + The HScale widget allows the user to select a value with a horizontal slider.This widget and its model is manipulated using methods and properties in its super classes, and . Gtk.Scale @@ -65,10 +65,10 @@ - To be added - To be added: an object of type 'Gtk.Adjustment' - To be added: an object of type 'Gtk.HScale' - To be added + Creates a new horizontal slider based on the data in . + The model to use for this HScale + A new HScale + To create a horizontal slider without explicit use of a , use the alternative constructor. @@ -81,12 +81,12 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'Gtk.HScale' - To be added + Creates a new horizontal slider without the need for an object. + The minimum value that is accepted by this HScale. + The maximum value that is accepted by this HScale. + The value to adjust the HScale by when 'sliding'. + A new HScale. + Creates a new horizontal slider that lets the user input a number between (and including) and . Each adjustment of the slider changes the value by , which must be non-zero. @@ -95,9 +95,9 @@ - To be added - To be added: an object of type 'Gtk.HScale' - To be added + Internal constructor + + diff --git a/doc/en/Gtk/Scale.xml b/doc/en/Gtk/Scale.xml index fe4ddd72a..24496a211 100644 --- a/doc/en/Gtk/Scale.xml +++ b/doc/en/Gtk/Scale.xml @@ -7,8 +7,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 the concrete slider widgets; and . + A Scale is a slider control used to select a numeric value. Specific manipulation can be done with methods and properties on its base class, . To set the value of a scale, you would normally use the property. To detect changes to the value, connect an event handler to the event. Gtk.Range @@ -63,9 +63,9 @@ - To be added - To be added: an object of type 'Gtk.Scale' - To be added + Internal constructor + + @@ -90,10 +90,10 @@ - To be added - To be added: an object of type 'Gtk.PositionType' - To be added: an object of type 'Gtk.PositionType' - To be added + Manage the position of the value, relative to the slider. + The position to place the value + Where the value is currently being drawn. + Note: This property is only meaningful is a value is being drawn. To ensure a value is drawn, use the property. @@ -106,10 +106,10 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Manage whether a label is displayed to show the current value. + to display the value, otherwise. + Whether the value is currently being displayed. + Use the property to alter the position of displayed value. @@ -122,10 +122,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Manage the number of decimal places for this slider. + The number of decimal places to display. + The number of decimal places currently being displayed. + @@ -134,8 +134,8 @@ - To be added - To be added + Allows the format of the displayed value to be altered. + Note: The signature of this event handler is currently incorrect. diff --git a/doc/en/Gtk/VScale.xml b/doc/en/Gtk/VScale.xml index 3eafdeb0d..b88e74358 100644 --- a/doc/en/Gtk/VScale.xml +++ b/doc/en/Gtk/VScale.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,9 +7,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added - + A vertical slider widget for selecting a value from a range. + The VScale widget allows the user to select a value with a vertical slider.This widget and its model is manipulated using methods and properties in its super classes, and . + Gtk.Scale @@ -65,10 +65,10 @@ - To be added - To be added: an object of type 'Gtk.Adjustment' - To be added: an object of type 'Gtk.VScale' - To be added + Creates a new vertical slider based on the data in . + The model to use for this VScale + A new VScale + To create a vertical slider without explicit use of a , use the alternative constructor. @@ -81,12 +81,12 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'Gtk.VScale' - To be added + Creates a new vertical slider without the need for an object. + The minimum value that is accepted by this VScale. + The maximum value that is accepted by this VScale. + The value to adjust the VScale by when 'sliding'. + A new VScale. + Creates a new vertical slider that lets the user input a number between (and including) and . Each adjustment of the slider changes the value by , which must be non-zero. @@ -95,9 +95,9 @@ - To be added - To be added: an object of type 'Gtk.VScale' - To be added + Internal constructor + +