victor wrote: > a glwindow wich is a child of a ordinary window cant change cursor. > > it fails at CreatedWindow::find(window); wich returns 0.
You need to track events and set the cursor when ENTER events happen. FLTK does not assign a cursor to widgets, it tries to act as though there is a "change the cursor to this" call to the operating system. The cursor is put back to the default when the mouse leaves the widget. _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
