On Oct 16, 2007, at 10:28 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:
> Is it possible to cancel the drag and drop mechanism (the small > 'plus' sign) in an Fl_Input widget ? > Is there a way to get a classical selection instead ? The selection inf Fl_Input IMHO is "classic", meaning that you can drag out a selection simply by clicking into an unselected area. Clicking and dragging from a selected area does initiate a DND event, but isn't that the classic way for text based widgets in any GUI? Anyway, overriding the handle(int) function and replacing the code that handles clicks into selected areas will work. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

