gtkDialogAddButtons {RGtk2.10} | R Documentation |
Adds more buttons, same as calling gtkDialogAddButton
repeatedly. The variable argument list should be NULL
-terminated
as with gtkDialogNewWithButtons
. Each button must have both
text and response ID.
gtkDialogAddButtons(object, ...)
|
[character] button text or stock ID |
Derived by RGtkGen from GTK+ documentation