Method

GtkScaleButtonget_adjustment

since: 2.12

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.

Available since: 2.12

Return value

Type: GtkAdjustment

The adjustment associated with the scale.

The returned data is owned by the instance.