| gtkDialogAddButton {RGtk2.10} | R Documentation |
Adds a button with the given text (or a stock button, if button.text is a
stock ID) and sets things up so that clicking the button will emit the
"response" signal with the given response.id. The button is appended to the
end of the dialog's action area. The button widget is returned, but usually
you don't need it.
gtkDialogAddButton(object, button.text, response.id)
|
[GtkDialog] a GtkDialog |
|
[character] text of button, or stock ID |
|
[integer] response ID for the button |
[GtkWidget] the button widget that was added
Derived by RGtkGen from GTK+ documentation