Re: [fltk.general] Popup menu over Fl_Table

2011-11-13 Thread Albrecht Schlosser
On 13.11.2011 02:40, Greg Ercolano wrote: > I should describe it more clearly: Fl_Table_Row() > is currently doing this (pseudo code): > > int Fl_Table::handle(int e) { > switch ( e ) { >case FL_PUSH: > ..stuff.. > > if ( user's event_callback defined ) { >

[fltk.general] Fl_Choice list openning direction

2011-11-13 Thread Mathieu Peyréga
Hello, I'm using a Fl_Choice widget which is located at the very bottom of a fullscreen window. The issue is that when the list is showing up, it is shown "downward" and thus not in the window which makes it practically unusable. Is there a way to change this behaviour ? I guess I have to go