Constructor
GtkScalenew
Declaration [src]
GtkWidget*
gtk_scale_new (
  GtkOrientation orientation,
  GtkAdjustment* adjustment
)
Parameters
- orientation
- 
            Type: GtkOrientationThe scale’s orientation. 
- adjustment
- 
            Type: GtkAdjustmentThe GtkAdjustmentwhich sets the range of the scale, orNULLto create a new adjustment.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GtkWidget
A new GtkScale.
| The data is owned by the called function. |