| gtkDialogSetAlternativeButtonOrderFromArray {RGtk2} | R Documentation |
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.
gtkDialogSetAlternativeButtonOrderFromArray(object, new.order)
|
[GtkDialog] a GtkDialog |
|
[integer] a list of response ids of dialog's buttons |
See gtkDialogSetAlternativeButtonOrder for more information.
This function is for use by language bindings.
Since 2.6
Derived by RGtkGen from GTK+ documentation