From b15ca51c356d78b0d838b4fa8dfb9b7256dc8369 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 10:57:35 +0000 Subject: Add accessors for GtkDialog public vars, also implement GtkContainer::add/remove svn path=/trunk/; revision=20486 --- gtk/gtkdialog.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gtk/gtkdialog.h') diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 24252bb5a8..e8b4d79ebd 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -34,6 +34,7 @@ #include #include +#include G_BEGIN_DECLS @@ -171,6 +172,17 @@ void gtk_dialog_response (GtkDialog *dialog, /* Returns response_id */ gint gtk_dialog_run (GtkDialog *dialog); +GtkHButtonBox* gtk_dialog_get_action_area (GtkDialog *dialog); +void gtk_dialog_pack_start (GtkDialog *dialog, + GtkWidget *widget, + gboolean expand, + gboolean fill, + guint padding); +void gtk_dialog_pack_end (GtkDialog *dialog, + GtkWidget *widget, + gboolean expand, + gboolean fill, + guint padding); /* For private use only */ void _gtk_dialog_set_ignore_separator (GtkDialog *dialog, -- cgit v1.2.1