Method

AgsGuiInputDialogset_spin_button_label

since: 6.6.0

Declaration [src]

void
ags_input_dialog_set_spin_button_label (
  AgsInputDialog* input_dialog,
  gchar* label
)

Description [src]

Set label of spin button.

Available since: 6.6.0

Parameters

label

Type: gchar*

The spin button label.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.