Method

GtkSpinButtonget_adjustment

Declaration [src]

GtkAdjustment*
gtk_spin_button_get_adjustment (
  GtkSpinButton* spin_button
)

Description [src]

Get the adjustment associated with a GtkSpinButton.

Return value

Returns: GtkAdjustment
 

The GtkAdjustment of spin_button.

 The data is owned by the instance.