PATCH: html mousewheel scroll



hi,

yeah, subject says everything. this little patch allows
you to use the mousewheel to scroll through html pages.
i remember in the past that a lot of people requested this.

i don't want to keep it a secret. i am currently working
on the horrible html support within balsa, e.g. html pages
look terribly because images won't be loaded etc. i hope
to offer you a cool solution within some days but i don't
promise it. either i succeed or fail because of no real
documentation of gtkhtml it's kinda tricky and i don't have
the time tweaking it's source and play trivia.

catch you all up

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
--- balsa/src/balsa-message.c.orig	Mon Dec 24 03:44:42 2001
+++ balsa/src/balsa-message.c	Mon Dec 24 03:45:42 2001
@@ -1975,7 +1975,7 @@
 
     scroll = gtk_scrolled_window_new(NULL, NULL);
     gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll),
-				   GTK_POLICY_NEVER, GTK_POLICY_NEVER);
+				   GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
 
     html = gtk_html_new();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]