Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.VScale

Class VScale

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Range.Range
                                dui.Scale.Scale
                                        dui.VScale.VScale

Implemented interfaces:


public class

VScale



A vertical widget to show and allow to change a value inside a range

Constructor Summary
protected (GtkWidget* gtkWidget)
          
(Adjustment adjustment)
          Creates a new Vertical scale from an adjustment
(gdouble min, gdouble max, gdouble step)
          Creates a vertical scale from a range of values and a step increment

Methods Summary
public static GType getType()
          Gets this class type




protected ctor(VScale)(GtkWidget* gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(VScale)(Adjustment adjustment)
Creates a new Vertical scale from an adjustment

Parameters:
adjustment -



ctor(VScale)(gdouble min, gdouble max, gdouble step)
Creates a vertical scale from a range of values and a step increment

Parameters:
min -
max -
step -