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 gtk_dialog_set_alternative_button_order() for more information. This function is for use by language bindings. Since 2.6 Style Property Details The "action-area-border" style property "action-area-border" gint : Read Width of border around the button area at the bottom of the dialog. Allowed values: >= 0 Default value: 5

class Dialog
void
setAlternativeButtonOrder
(
int[] newOrder
)

Parameters

newOrder int[]

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

Meta