Dialog.setAlternativeButtonOrderFromArray

Sets an alternative button order. If the "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_set_alternative_button_order() for more information. This function is for use by language bindings. Since 2.6

class Dialog
void
setAlternativeButtonOrderFromArray
(
int[] newOrder
)

Parameters

newOrder int[]

an array of response ids of dialog's buttons. [array length=n_params]

Meta