I have an application where I want to use the up/down/left/right
arrow keys to navigate around an expression displayed on-screen.

I also want the window to have scrollbars.

However when I hit an arrow key, the expression navigation works fine,
but the scrolled window also moves !

How do I stop these key events getting to the scrollbars ?

(I only want to scroll using the mouse.)

The wxWidgets documents talk about preventing event propagation
using wxEvent::Skip, but I can't find a wxHaskell equivalent of this.

-- 
--------------------------------------------------------------------
Andrew Butterfield     Tel: +353-1-896-2517     Fax: +353-1-677-2204
Foundations and Methods Research Group Director.
Course Director, B.A. (Mod.) in CS and ICT degrees, Year 4.
Department of Computer Science, Room F.13, O'Reilly Institute,
Trinity College, University of Dublin, Ireland.
                            http://www.cs.tcd.ie/Andrew.Butterfield/
--------------------------------------------------------------------


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to