Scale
Description:
[ CCode ( has_construct_function = false ,  type = "GtkWidget*" ) ]
public Scale (Orientation orientation, Adjustment? adjustment)
  public Scale (Orientation orientation, Adjustment? adjustment)
Creates a new `GtkScale`.
Parameters:
| orientation | 
           the scale’s orientation.  | 
      
| adjustment | 
           the [class@Gtk.Adjustment] which sets the range of the scale, or null to create a new adjustment.  | 
      
Returns:
| 
           a new `GtkScale`  |