Re: [fltk.general] can't get no FL_DRAG event

2013-04-13 Thread testalucida
thank you. > On 04/13/13 14:47, testalucida wrote: > > can someone explain, what's wrong with this code? There's no FL_DRAG event > > upcoming in the Box class: > > The docs for the FL_DRAG event will tell you why: > http://fltk.org/doc-1.3/events.html > > Under the section "

Re: [fltk.general] can't get no FL_DRAG event

2013-04-13 Thread Greg Ercolano
On 04/13/13 14:47, testalucida wrote: > can someone explain, what's wrong with this code? There's no FL_DRAG event > upcoming in the Box class: The docs for the FL_DRAG event will tell you why: http://fltk.org/doc-1.3/events.html Under the section "Mouse Events":

[fltk.general] can't get no FL_DRAG event

2013-04-13 Thread testalucida
Hi all, can someone explain, what's wrong with this code? There's no FL_DRAG event upcoming in the Box class: #include #include #include #include #include class Box : public Fl_Box { public: Box( int x, int y, int w, int h ) : Fl_Box( x, y, w, h ) {