Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkDialogAddActionWidget

gtkDialogAddActionWidget


Description

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.

Usage

gtkDialogAddActionWidget(object, child, response.id)

Arguments

object

a GtkDialog

child

an activatable widget

response.id

response ID for child

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.