Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.HScale

Class HScale

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Range.Range
                                dui.Scale.Scale
                                        dui.HScale.HScale

Implemented interfaces:


public class

HScale



A Horizontal scale

Constructor Summary
protected (GtkWidget* gtkWidget)
          
(Adjustment adjustment)
          Creates a new horizontal scale with an adjustement
(gdouble min, gdouble max, gdouble step)
          creates a new horizontal scale with a range and a step values

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




protected ctor(HScale)(GtkWidget* gtkWidget)

getType

public static GType getType()
Gets this class type

Returns:
this class Type



ctor(HScale)(Adjustment adjustment)
Creates a new horizontal scale with an adjustement

Parameters:
adjustment -



ctor(HScale)(gdouble min, gdouble max, gdouble step)
creates a new horizontal scale with a range and a step values

Parameters:
min - the minimum value
max - the maximum value
step - the step increment