Method
GimpUiDialogset_alternative_button_order_from_array
since: 3.0
Declaration [src]
void
gimp_dialog_set_alternative_button_order_from_array (
GimpDialog* dialog,
gint n_buttons,
gint* order
)
Description [src]
Reorder dialog
‘s buttons if GtkSettings:gtk-alternative-button-order
is set to TRUE. This is mostly a wrapper around the GTK function
gtk_dialog_set_alternative_button_order()
, except it won’t
output a deprecation warning.
Available since: 3.0