Adjustment Class Reference

List of all members.

Detailed Description

Adjustments are used by the scroll bars, scales, scrolled windows.

The same adjustment can be share by more then one widget to sinchronized them. Changind the Adjustment of a widget (a scale widget for example) will change the position of it's pointer


Public Member Functions

 this (double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)
 Creates a new Adjustment.
void changed ()
 changed
void valueChanged ()
 valueChanged
void clampPage (double lower, double upper)
 clampPage
double getValue ()
 Gets the adjustment value.
void setValue (double value)
 Sets the adjustment value.


Member Function Documentation

void Adjustment.changed  ) 
 

changed

void Adjustment.clampPage double  lower,
double  upper
 

clampPage

Parameters:
lower 
upper 

double Adjustment.getValue  ) 
 

Gets the adjustment value.

Returns:
the adjustment value

void Adjustment.setValue double  value  ) 
 

Sets the adjustment value.

Parameters:
value the new value

Adjustment.this double  value,
double  lower,
double  upper,
double  stepIncrement,
double  pageIncrement,
double  pageSize
 

Creates a new Adjustment.

Parameters:
value 
lower 
upper 
stepIncrement 
pageIncrement 
pageSize 

void Adjustment.valueChanged  ) 
 

valueChanged


SourceForge.net Logo DSource.org Logo digitalmars.com Logo