gtkDialogAddButton: gtkDialogAddButton

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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 gtkDialogResponse 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.

Usage

1
gtkDialogAddButton(object, button.text, response.id)

Arguments

object

a GtkDialog

button.text

text of button, or stock ID

response.id

response ID for the button

Value

[GtkWidget] the button widget that was added

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.