gtk+-2.0 Reference Manual

Synopsis

public class VScale : Scale, Implementor, Buildable  {
    public                              VScale                    ( Adjustment          adjustment ) ;
    public                              VScale.with_range         ( double              min,
                                                                    double              max,
                                                                    double              step ) ;
}

VScale Description

Details

Constructor Details

VScale ()
    public                              VScale                    ( Adjustment          adjustment ) ;		

VScale.with_range ()
    public                              VScale.with_range         ( double              min,
                                                                    double              max,
                                                                    double              step ) ;		

Field Details

Signal Details

Property Details

Method Details


Created by Valadoc