Re: [Pgui-devel] navigation and scrolling with hokeys

2002-11-05 Thread Chuck Groom
> 1) how could we manage scrolling of a 'read only' text widget >with only help of a keyboard ? > > I thought about using something like this: > > --8<-- > ... > > static int currentPos; > static int step; > ... > > int mvUp (struct pgEvent *evt) > { >

[Pgui-devel] navigation and scrolling with hokeys

2002-11-05 Thread Philippe Ney
Hi Micah, hi everybody, I have some questions about navigation and scrolling.. 1) how could we manage scrolling of a 'read only' text widget with only help of a keyboard ? I thought about using something like this: --8<-- ... static int currentPos; stat