From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 29 Nov 2001 19:24:00 +0000 Subject: Documentation updates galore (up to chapter 7, still need to do chapter 8 and 9, tweek the appendices, and recapture the screenshots...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Positioner.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'documentation/Fl_Positioner.html') diff --git a/documentation/Fl_Positioner.html b/documentation/Fl_Positioner.html index 2cf1f2727..f70d8cef1 100644 --- a/documentation/Fl_Positioner.html +++ b/documentation/Fl_Positioner.html @@ -17,10 +17,10 @@

Description

- This class is provided for Forms compatibility. It provides 2D input. -It would be useful if this could be put atop another widget so that the -crosshairs are on top, but this is not implemented. The color of the -crosshairs is selection_color(). + This class is provided for Forms compatibility. It provides 2D input. +It would be useful if this could be put atop another widget so that the +crosshairs are on top, but this is not implemented. The color of the +crosshairs is selection_color().

Fl_Positioner widget.

Methods

@@ -41,29 +41,29 @@ crosshairs is selection_color().

-Fl_Positioner::Fl_Positioner(int x, int y, int w, int h, const char +Fl_Positioner::Fl_Positioner(int x, int y, int w, int h, const char *label = 0)

- Creates a new Fl_Positioner widget using the given position, -size, and label string. The default boxtype is FL_NO_BOX. -

virtual + Creates a new Fl_Positioner widget using the given position, +size, and label string. The default boxtype is FL_NO_BOX. +

virtual Fl_Positioner::~Fl_Positioner()

- Deletes the widget. -

void Fl_Positioner::value(float *x, + Deletes the widget. +

void Fl_Positioner::value(float *x, float *y) const

- Returns the current position in x and y. + Returns the current position in x and y.

void xbounds(float *xmin, float *xmax)
void xbounds(float xmin, float xmax)

- Gets or sets the X axis bounds. + Gets or sets the X axis bounds.

void xstep(float x)

- Sets the stepping value for the X axis. + Sets the stepping value for the X axis.

float Fl_Positioner::xvalue(void) const
void Fl_Positioner::xvalue(float x)

- Gets or sets the X axis coordinate. + Gets or sets the X axis coordinate.

void ybounds(float *ymin, float *ymay)
void ybounds(float ymin, float ymay)

- Gets or sets the Y axis bounds. + Gets or sets the Y axis bounds.

void ystep(float y)

- Sets the stepping value for the Y axis. + Sets the stepping value for the Y axis.

float Fl_Positioner::yvalue(void) const
void Fl_Positioner::yvalue(float y)

Gets or sets the Y axis coordinate. -- cgit v1.2.3