Dialog.setAlternativeButtonOrder

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 Dialog.setAlternativeButtonOrder for more information.

This function is for use by language bindings.

More...
class Dialog
void
setAlternativeButtonOrder
(
int[] newOrder
)

Parameters

newOrder int[]

an array of response ids of dialog’s buttons

Detailed Description

Deprecated: Deprecated

Meta