Re: notebook page-switch and clist?



Ken Steen <ksteen earthlink net> writes: 
None of the above correct the problem.  Does anyone have an idea of what
could be causing this?


The issue is probably that the CList is expecting some kind of button
release event, or focus out event, or some event that it isn't getting
because it gets yanked offscreen. 

Perusing gtkclist.c in the GTK source might tell you exactly. Anyway,
you might try flipping pages in response to button_release_event
received after a select_row, or something like that.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]