> 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.
My child glwindow does not get mouse events at all, and setting the cursor globally does not work either. i can make the area outside the glwindow to get another cursor by changing the cursor in the main windows handle function _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
