aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-02 06:24:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-02 06:24:28 +0000
commit99c7931588e047db24b6c3bbfbcdcd462aa7763c (patch)
tree84698845874385b773bea3c489c4dc7a729ba8ee /src/gtkutils.h
parent9277f9708b7f5ce08def8758155fe37352a2e944 (diff)
don't enable trayicon action if modal window exists. Present window on click if main window is obscured.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@962 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 9a2eed0b..15872de2 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -203,6 +203,7 @@ void gtkut_text_buffer_insert_with_tag_by_name
gchar *gtkut_text_view_get_selection (GtkTextView *textview);
void gtkut_window_popup (GtkWidget *window);
+gboolean gtkut_window_modal_exist (void);
void gtkut_widget_get_uposition (GtkWidget *widget,
gint *px,