Dialog.setAlternativeButtonOrderFromArray

void setAlternativeButtonOrderFromArray(int[] newOrder)

Sets an alternative button order. If the #GtkSettings:gtk-alternative-button-order setting is set to true, the dialog buttons are reordered according to the order of the response ids in new_order.

See [gtk.dialog.Dialog.setAlternativeButtonOrder] for more information.

This function is for use by language bindings.

Parameters

newOrderan array of response ids of dialog’s buttons

Deprecated

Deprecated