Method

Gtk.ScaleButton.get_adjustment

Declaration [src]

GtkAdjustment*
gtk_scale_button_get_adjustment (
  GtkScaleButton* button
)

Description [src]

Gets the GtkAdjustment associated with the GtkScaleButton’s scale.

See gtk_range_get_adjustment() for details.

Return value

Returns: GtkAdjustment

the adjustment associated with the scale

Ownership is not transferred to the caller