Range Class Reference

Inheritance diagram for Range:

Widget Scale Scrollbar HScale VScale HScrollbar VScrollbar List of all members.

Detailed Description

Range.


Public Member Functions

void setUpdatePolicy (GtkUpdateType policy)
 Sets the range update policy.
GtkUpdateType getUpdatePolicy ()
 Gets the range update policy.
void setAdjustment (Adjustment adjustment)
 Sets the adjustment for this range.
Adjustment getAdjustment ()
 Gets the adjustment associated with thi range.
void setInverted (bit setting)
 Sets the inverted state.
bit getINverted ()
 Gets the inverted state.
void setIncrements (gdouble step, gdouble page)
 Sets this range increments.
void setRange (gdouble min, gdouble max)
 Sets this Range valid range.
void setValue (gdouble value)
 Sets the range value.
gdouble getValue ()
 Gets the current value.

Static Public Member Functions

GType getType ()
 Gets this class type.


Member Function Documentation

Adjustment Range.getAdjustment  ) 
 

Gets the adjustment associated with thi range.

Returns:
the adjustment

bit Range.getINverted  ) 
 

Gets the inverted state.

Returns:
true if inverted

GType Range.getType  )  [static]
 

Gets this class type.

Returns:
this class type

Reimplemented from Widget.

Reimplemented in HScale, HScrollbar, Scale, Scrollbar, VScale, and VScrollbar.

GtkUpdateType Range.getUpdatePolicy  ) 
 

Gets the range update policy.

Returns:
the update policy

gdouble Range.getValue  ) 
 

Gets the current value.

Returns:
the current value

void Range.setAdjustment Adjustment  adjustment  ) 
 

Sets the adjustment for this range.

Parameters:
adjustment 

void Range.setIncrements gdouble  step,
gdouble  page
 

Sets this range increments.

Parameters:
step the small increment
page the larger increment

void Range.setInverted bit  setting  ) 
 

Sets the inverted state.

Parameters:
setting the new inverted state

void Range.setRange gdouble  min,
gdouble  max
 

Sets this Range valid range.

Parameters:
min 
max 

void Range.setUpdatePolicy GtkUpdateType  policy  ) 
 

Sets the range update policy.

Parameters:
policy the new update policy

void Range.setValue gdouble  value  ) 
 

Sets the range value.

Parameters:
value the new value


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