Last updated: Tue, 22 May 2012 view this page in English
GtkDialog::add_action_widget
void add_action_widget(GtkWidget child, int response_id);
Use this method to add an activatable widget to the
action_area of the dialog. The response ID to be
generated when the widget is activated is passed as a parameter to the
method. The widget is appended to the end of the dialog's action area.
Only activatable widgets may be added using this
method. To add a non-activatable widget, use the add method on the
action_area property of
GtkDialog.
User Contributed Notes gtk.gtkdialog.method.add_action_widget.php
There are no user contributed notes for this page.