From bdf6fff51d27129a52495d2cb0ca7272bca179f3 Mon Sep 17 00:00:00 2001 From: Lee Mallabone Date: Tue, 11 Mar 2003 19:48:24 +0000 Subject: [PATCH] first draft of range docs. svn path=/trunk/gtk-sharp/; revision=12425 --- doc/ChangeLog | 4 +++ doc/en/Gtk/Range.xml | 64 ++++++++++++++++++++++---------------------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f64e687d8..57eefaed1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-11 Lee Mallabone + + * en/Gtk/Range.xml: First draft. + 2003-03-09 Hector E. Gomez Morales * en/Gtk/Widget.xml:First draft: all methods documented. diff --git a/doc/en/Gtk/Range.xml b/doc/en/Gtk/Range.xml index f8556a75c..080497d8a 100644 --- a/doc/en/Gtk/Range.xml +++ b/doc/en/Gtk/Range.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 + Base class for widgets that visualize an . + This class provides helper methods and properties for manipulating concrete widgets like and . Gtk.Widget @@ -40,10 +40,10 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added + Sets the step and page sizes for this range. + Value difference for step movements, (see below). + Value difference for page movements, (see below). + The size is used when the user clicks the arrows or moves with arrow keys. The size is used for example when moving via Page Up or Page Down keys. @@ -57,10 +57,10 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added + Sets the limits of this range. + The minimum acceptable value for this range. + The maximum acceptable value for this range. + @@ -97,9 +97,9 @@ - To be added - To be added: an object of type 'Gtk.Range' - To be added + Internal constructor + + @@ -124,10 +124,10 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added + Manage the value of this range. + The new value for this range. + The current value of this range. + @@ -140,10 +140,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 the control of this range is manipulated in the opposite direction. + Set to to invert the controls. + Whether visual control of the range is currently inverted. + Setting this to causes a widget to move from right to left, instead of left to right. @@ -156,10 +156,10 @@ - To be added - To be added: an object of type 'Gtk.UpdateType' - To be added: an object of type 'Gtk.UpdateType' - To be added + Manage how often the value label is updated. + A new update policy. + The current update policy. + @@ -172,10 +172,10 @@ - To be added - To be added: an object of type 'Gtk.Adjustment' - To be added: an object of type 'Gtk.Adjustment' - To be added + Manipulate the underlying model of this range. + Sets a new object to model this range. + The current underlying this range. + @@ -194,8 +194,8 @@ - To be added - To be added + Fired when the value in this range changes. + Connect to this event with a standard to find out when the value changes.