Method

Gtk.SpinButton.set_adjustment

Declaration [src]

void
gtk_spin_button_set_adjustment (
  GtkSpinButton* spin_button,
  GtkAdjustment* adjustment
)

Description [src]

Replaces the GtkAdjustment associated with spin_button.

Parameters

adjustment GtkAdjustment
 

a GtkAdjustment to replace the existing adjustment

 Ownership is not transferred to the callee