Method
GtkScaleButtonset_adjustment
since: 2.12
Declaration [src]
void
gtk_scale_button_set_adjustment (
  GtkScaleButton* button,
  GtkAdjustment* adjustment
)
      Description [src]
Sets the GtkAdjustment to be used as a model
for the GtkScaleButton’s scale.
See gtk_range_set_adjustment() for details.
Available since: 2.12
| Sets property | Gtk.ScaleButton:adjustment | 
Parameters
adjustment- 
            
Type:
GtkAdjustmentA
GtkAdjustment.The data is owned by the caller of the method.