Method

GtkScaleButtonget_plus_button

since: 2.14

Declaration [src]

GtkWidget*
gtk_scale_button_get_plus_button (
  GtkScaleButton* button
)

Description [src]

Retrieves the plus button of the GtkScaleButton.

Available since: 2.14

Return value

Type: GtkButton

The plus button of the GtkScaleButton as a GtkButton.

The returned data is owned by the instance.