summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-03 04:44:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-03 04:44:53 +0000
commit2430a4018ba0bbf592aab27630273762cfe20966 (patch)
tree332b9e8c84bd71fb65f849a6af8c0d4b23c10648 /gtk/gtkdialog.h
parent093b389f6ad4a7c88e739a4a84389cce53d991a9 (diff)
downloadgtk+-2430a4018ba0bbf592aab27630273762cfe20966.tar.gz
Make this function public. (#170748, Morten Welinder)
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkdialog.h: * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): Make this function public. (#170748, Morten Welinder)
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r--gtk/gtkdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h
index 0af0643b14..0219cf7459 100644
--- a/gtk/gtkdialog.h
+++ b/gtk/gtkdialog.h
@@ -145,6 +145,8 @@ void gtk_dialog_set_response_sensitive (GtkDialog *dialog,
gboolean setting);
void gtk_dialog_set_default_response (GtkDialog *dialog,
gint response_id);
+gint gtk_dialog_get_response_for_widget (GtkDialog *dialog,
+ GtkWidget *widget);
void gtk_dialog_set_has_separator (GtkDialog *dialog,
gboolean setting);