Re: GdkEvenButton - spacebar?

2002-09-13 Thread Sven Neumann
Hi, David Swiston <[EMAIL PROTECTED]> writes: > Hi guys. I've ran into a quirk in a program of mine where I have a > double click callback for a clist. The double click works fine, > however, if I tab and select an item in the list with the spacebar I > get a seg fault. For some reason, the s

Re: GdkEvenButton - spacebar?

2002-09-13 Thread iain
On Fri, 2002-09-13 at 02:37, David Swiston wrote: > if(event->type != GDK_2BUTTON_PRESS) > Is this a situation where the event->type is undefined b/c the > spacebar isn't a mouse click, and if so, how could I check to make > sure that the spacebar being pressed was not what evoked the callback?