gtkDialogAddActionWidget {RGtk2} | R Documentation |
Adds an activatable widget to the action area of a GtkDialog
,
connecting a signal handler that will emit the gtkDialogResponse
signal on the dialog when the widget is activated. The widget is
appended to the end of the dialog's action area. If you want to add a
non-activatable widget, simply pack it into the action.area
field
of the GtkDialog
struct.
gtkDialogAddActionWidget(object, child, response.id)
|
[GtkDialog ] a GtkDialog |
|
[GtkWidget ] an activatable widget |
|
[integer] response ID for child |
Derived by RGtkGen from GTK+ documentation