Re: Stop text view to scroll on pageup/down (Gabriele Greco)

2008-10-08 Thread Gabriele Greco
On Tue, Oct 7, 2008 at 4:14 PM, Garth's KidStuff <[EMAIL PROTECTED]>wrote: Thanks for the reply! >the scrolledwindow but without results: > > > g_signal_connect(sw, "key-press-event", (GCallback)eat_pageupdown, > NULL); > > I just asked a very similar question a few days ago on the list and Mur

Re: Stop text view to scroll on pageup/down (Gabriele Greco)

2008-10-07 Thread Garth's KidStuff
>I've assigned a global meaning to the PageUp/Down keys in a application and >I catch them with a key snooper. The keys are catched and the action >performed, but if the window contains a textview also the textview contents >are scrolled, so I tried to "catch" the keys in the textview, and then in

Stop text view to scroll on pageup/down

2008-10-06 Thread Gabriele Greco
I've assigned a global meaning to the PageUp/Down keys in a application and I catch them with a key snooper. The keys are catched and the action performed, but if the window contains a textview also the textview contents are scrolled, so I tried to "catch" the keys in the textview, and then in the