On Sun, May 30, Jorge Arellano Cid wrote:
On Fri, 28 May 2004, Brian Hechinger wrote:
so far, it's perfect for me. the only thing that i have a question about is PgUp and PgDn only moving half a page at a time. is there a way to get them to move a full page?
Some time ago there was a patch, that i'd gladly apply, for that. Maybe Sebastian has it. I'm not sure. Sebastian?
Scrolling half a page is actually standard behaviour of Gtk, look e.g. at gtk_layout_size_allocate() (in gtklayout.c), which is more or less responsible for this in our case, since our code uses GdkAdjustment::page_increment, which is set there. The attached patch "solves" it, but I'm not sure, wether the standard behaviour should be overridden. Sebastian PS: I'm currently working on huge changes in Dw, so committing patches to Dw shold currently avoided when possible.