Found the following in evolution/mail/message-list.c. Seems like the
vertical scrolling adjustment is left to default values.

static void
message_list_init (MessageList *message_list)
{
        struct _MessageListPrivate *p;
        GtkAdjustment *adjustment;
        GdkAtom matom;

        adjustment = (GtkAdjustment *) gtk_adjustment_new (0.0, 0.0,
G_MAXDOUBLE, 0.0, 0.0, 0.0);
        gtk_scrolled_window_set_vadjustment ((GtkScrolledWindow *)
message_list, adjustment);
        gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (message_list),
GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);


-------- Weitergeleitete Nachricht --------
> Von: Thomas Mittelstaedt <tmsta...@t-mittelstaedt.de>
> Reply-to: tmsta...@t-mittelstaedt.de
> An: evolution-l...@gnome.org
> Betreff: How to scroll one full page in message list view
> Datum: Tue, 24 Feb 2009 01:43:08 +0100
> 
> Hallo,
> 
> When clicking an area outside the scroll bar in the message list view,
> the display only moves by half a page or so, making it difficult at
> times to follow, if the list is very big, like a large newsgroup. How
> can I configure evolution or gtk or gnome to scroll one full page?
> Thank you in advance for hints.
> 
> 
> thomas
> 


_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to