Method
GtkDialogget_action_area
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
Returns: | GtkBox |
The action area. |
|
The data is owned by the instance. |