gtkDialogSetAlternativeButtonOrderFromArray {RGtk2}R Documentation

gtkDialogSetAlternativeButtonOrderFromArray

Description

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.

Usage

gtkDialogSetAlternativeButtonOrderFromArray(object, new.order)

Arguments

object

a GtkDialog

new.order

a list of response ids of dialog's buttons

Details

See gtkDialogSetAlternativeButtonOrder for more information.

This function is for use by language bindings. Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]