summaryrefslogtreecommitdiff
path: root/eel/eel-gtk-extensions.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-27 10:35:57 +0200
committerJasmine Hassan <[email protected]>2012-11-16 09:45:49 +0200
commitcebbe2c78c33b41e164d8e5318d7a51d8cd8839b (patch)
tree7cb4f48c966f83d29f563b4c006a90ec6323cd6c /eel/eel-gtk-extensions.h
parente6b8ac93464b85b77b9a3cbcc932ab60a5a2b75c (diff)
downloadcaja-cebbe2c78c33b41e164d8e5318d7a51d8cd8839b.tar.bz2
caja-cebbe2c78c33b41e164d8e5318d7a51d8cd8839b.tar.xz
[eel] add a utility to pack details into a message dialog
So that we can remove EelAlertDialog. http://git.gnome.org/browse/nautilus/commit/?id=a2b4de80a94b4e049f1d2a7ef00a174865b5c9ec
Diffstat (limited to 'eel/eel-gtk-extensions.h')
-rw-r--r--eel/eel-gtk-extensions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/eel/eel-gtk-extensions.h b/eel/eel-gtk-extensions.h
index 8703d4b5..e26c2e2f 100644
--- a/eel/eel-gtk-extensions.h
+++ b/eel/eel-gtk-extensions.h
@@ -77,4 +77,8 @@ void eel_gtk_adjustment_clamp_value (GtkAdjust
void eel_gtk_tree_view_set_activate_on_single_click (GtkTreeView *tree_view,
gboolean should_activate);
+/* GtkMessageDialog */
+void eel_gtk_message_dialog_set_details_label (GtkMessageDialog *dialog,
+ const gchar *details_text);
+
#endif /* EEL_GTK_EXTENSIONS_H */