Method
GtkDialogget_action_area
deprecated: 3.12 since: 2.14
Declaration [src]
GtkWidget*
gtk_dialog_get_action_area (
GtkDialog* dialog
)
Description [src]
Returns the action area of dialog
.
Available since: 2.14
Deprecated since: 3.12
Direct access to the action area is discouraged; use gtk_dialog_add_button(), etc.
Return value
Type: GtkBox
The action area.
The returned data is owned by the instance. |