Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.Range

Class Range

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Range.Range

Implemented interfaces:


public class

Range



Range

Constructor Summary
(GtkWidget* gtkWidget)
          

Methods Summary
: staticGTypegetType()
          Gets this class type
public 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


staticGTypegetType

: staticGTypegetType()
Gets this class type

Returns:
this class type



ctor(Range)(GtkWidget* gtkWidget)

setUpdatePolicy

public void setUpdatePolicy(GtkUpdateType policy)
Sets the range update policy

Parameters:
policy - the new update policy

getUpdatePolicy

GtkUpdateType getUpdatePolicy()
Gets the range update policy

Returns:
the update policy

setAdjustment

void setAdjustment(Adjustment adjustment)
Sets the adjustment for this range

Parameters:
adjustment -

getAdjustment

Adjustment getAdjustment()
Gets the adjustment associated with thi range

Returns:
the adjustment

setInverted

void setInverted(bit setting)
Sets the inverted state

Parameters:
setting - the new inverted state

getINverted

bit getINverted()
Gets the inverted state

Returns:
true if inverted

setIncrements

void setIncrements(gdouble step, gdouble page)
Sets this range increments

Parameters:
step - the small increment
page - the larger increment

setRange

void setRange(gdouble min, gdouble max)
Sets this Range valid range

Parameters:
min -
max -

setValue

void setValue(gdouble value)
Sets the range value

Parameters:
value - the new value

getValue

gdouble getValue()
Gets the current value

Returns:
the current value