aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-31 08:20:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-31 08:20:46 +0000
commitf2fb12c728f8c2e4f83e7ef151d93284b74562c2 (patch)
tree9e3bc05445a42758fbd06d2e9b6fc256017ec949 /src/gtkutils.h
parente9dbffb788479d941aa7503ca6b3686061cb2828 (diff)
modified prefs_filter_edit.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@198 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 55cdf957..927e2db4 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -32,6 +32,7 @@
#include <gtk/gtkeditable.h>
#include <gtk/gtkctree.h>
#include <gtk/gtkcombo.h>
+#include <gtk/gtkscrolledwindow.h>
#include <gtk/gtktextview.h>
#include <gtk/gtkitemfactory.h>
#include <stdlib.h>
@@ -134,6 +135,9 @@ void gtkut_editable_disable_im (GtkEditable *editable);
void gtkut_container_remove (GtkContainer *container,
GtkWidget *widget);
+void gtkut_scrolled_window_reset_position
+ (GtkScrolledWindow *window);
+
gboolean gtkut_text_buffer_match_string (GtkTextBuffer *buffer,
const GtkTextIter *iter,
gunichar *wcs,