Constructor
Gtk.Scale.new
Declaration [src]
GtkWidget*
gtk_scale_new (
  GtkOrientation orientation,
  GtkAdjustment* adjustment
)
Parameters
| orientation | GtkOrientation | 
| the scale’s orientation. | |
| adjustment | GtkAdjustment | 
| the  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkWidget | |
| a new  | |
| Ownership is not transferred to the caller | |