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
>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
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