Home
last modified time | relevance | path

Searched refs:event_inside (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A Dflslider2.cxx31 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
63 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
171 if (Fl::event_inside(x(), y(), W, h())) return 1; in calc_mouseobj()
172 if (Fl::event_inside(x()+W, y(), W, h())) return 2; in calc_mouseobj()
173 if (Fl::event_inside(x()+w()-2*W, y(), W, h())) return 3; in calc_mouseobj()
174 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 4; in calc_mouseobj()
177 if (Fl::event_inside(x(), y(), W, h())) return 2; in calc_mouseobj()
178 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 3; in calc_mouseobj()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Counter.cxx115 if (Fl::event_inside(x(), y(), W, h())) return 1; in calc_mouseobj()
116 if (Fl::event_inside(x()+W, y(), W, h())) return 2; in calc_mouseobj()
117 if (Fl::event_inside(x()+w()-2*W, y(), W, h())) return 3; in calc_mouseobj()
118 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 4; in calc_mouseobj()
121 if (Fl::event_inside(x(), y(), W, h())) return 2; in calc_mouseobj()
122 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 3; in calc_mouseobj()
H A DFl_Group.cxx183 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
188 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
198 if (o->visible() && Fl::event_inside(o)) { in handle()
214 if (o->takesevents() && Fl::event_inside(o)) { in handle()
229 if (o->takesevents() && Fl::event_inside(o)) { in handle()
247 if (o->takesevents() && Fl::event_inside(o)) { in handle()
257 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
262 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
H A DFl_Tree_Item.cxx36 static int event_inside(const int xywh[4]) { in event_inside() function
37 return(Fl::event_inside(xywh[0],xywh[1],xywh[2],xywh[3])); in event_inside()
465 if ( event_inside(_xywh) ) { // event within this item? in find_clicked()
495 if ( event_inside(_xywh) ) { // event within this item? in find_clicked()
705 return(event_inside(_collapse_xywh) ? 1 : 0); in event_on_collapse_icon()
715 return(event_inside(_label_xywh) ? 1 : 0); in event_on_label()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Counter.cxx115 if (Fl::event_inside(x(), y(), W, h())) return 1; in calc_mouseobj()
116 if (Fl::event_inside(x()+W, y(), W, h())) return 2; in calc_mouseobj()
117 if (Fl::event_inside(x()+w()-2*W, y(), W, h())) return 3; in calc_mouseobj()
118 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 4; in calc_mouseobj()
121 if (Fl::event_inside(x(), y(), W, h())) return 2; in calc_mouseobj()
122 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 3; in calc_mouseobj()
H A DFl_Group.cxx148 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
153 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
163 if (o->visible() && Fl::event_inside(o)) { in handle()
179 if (o->takesevents() && Fl::event_inside(o)) { in handle()
194 if (o->takesevents() && Fl::event_inside(o)) { in handle()
211 if (o->takesevents() && Fl::event_inside(o)) { in handle()
221 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
226 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Counter.cxx115 if (Fl::event_inside(x(), y(), W, h())) return 1; in calc_mouseobj()
116 if (Fl::event_inside(x()+W, y(), W, h())) return 2; in calc_mouseobj()
117 if (Fl::event_inside(x()+w()-2*W, y(), W, h())) return 3; in calc_mouseobj()
118 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 4; in calc_mouseobj()
121 if (Fl::event_inside(x(), y(), W, h())) return 2; in calc_mouseobj()
122 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 3; in calc_mouseobj()
H A DFl_Group.cxx183 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
188 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
198 if (o->visible() && Fl::event_inside(o)) { in handle()
214 if (o->takesevents() && Fl::event_inside(o)) { in handle()
229 if (o->takesevents() && Fl::event_inside(o)) { in handle()
247 if (o->takesevents() && Fl::event_inside(o)) { in handle()
257 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
262 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
H A DFl_Tree_Item.cxx36 static int event_inside(const int xywh[4]) { in event_inside() function
37 return(Fl::event_inside(xywh[0],xywh[1],xywh[2],xywh[3])); in event_inside()
465 if ( event_inside(_xywh) ) { // event within this item? in find_clicked()
495 if ( event_inside(_xywh) ) { // event within this item? in find_clicked()
705 return(event_inside(_collapse_xywh) ? 1 : 0); in event_on_collapse_icon()
715 return(event_inside(_label_xywh) ? 1 : 0); in event_on_label()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Counter.cxx107 if (Fl::event_inside(x(), y(), W, h())) return 1; in calc_mouseobj()
108 if (Fl::event_inside(x()+W, y(), W, h())) return 2; in calc_mouseobj()
109 if (Fl::event_inside(x()+w()-2*W, y(), W, h())) return 3; in calc_mouseobj()
110 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 4; in calc_mouseobj()
113 if (Fl::event_inside(x(), y(), W, h())) return 2; in calc_mouseobj()
114 if (Fl::event_inside(x()+w()-W, y(), W, h())) return 3; in calc_mouseobj()
H A DFl_Group.cxx180 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
185 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_SHORTCUT)) in handle()
195 if (o->visible() && Fl::event_inside(o)) { in handle()
211 if (o->takesevents() && Fl::event_inside(o)) { in handle()
226 if (o->takesevents() && Fl::event_inside(o)) { in handle()
244 if (o->takesevents() && Fl::event_inside(o)) { in handle()
254 if (o->takesevents() && Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
259 if (o->takesevents() && !Fl::event_inside(o) && send(o,FL_MOUSEWHEEL)) in handle()
/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A DValueSlider.cxx34 if (event != FL_MOUSEWHEEL || !Fl::event_inside(this)) in handle()
47 if (event != FL_MOUSEWHEEL || !Fl::event_inside(this)) in handle()
H A Dflslider2.cxx28 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
65 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DFl_Group.cxx196 if (o->takesevents () && Fl::event_inside (o) && send (o, FL_SHORTCUT)) in handle()
201 if (o->takesevents () && !Fl::event_inside (o) && send (o, FL_SHORTCUT)) in handle()
212 if (o->visible () && Fl::event_inside (o)) { in handle()
229 if (o->takesevents () && Fl::event_inside (o)) { in handle()
245 if (o->takesevents () && Fl::event_inside (o)) { in handle()
265 if (o->takesevents () && Fl::event_inside (o)) { in handle()
276 if (o->takesevents () && Fl::event_inside (o) && send (o, FL_MOUSEWHEEL)) in handle()
281 if (o->takesevents () && !Fl::event_inside (o) && send (o, FL_MOUSEWHEEL)) in handle()
H A DFlu_Combo_Box.cxx200 if (event == FL_PUSH && !Fl::event_inside (child (0))) { in handle()
205 if (event == FL_RELEASE && dragging && !Fl::event_inside (child (0))) { in handle()
249 (!Fl::event_inside (&input) || (!editable () && Fl::event_inside (&input))); in handle()
H A DFlu_Spinner.cxx296 if (Fl::event_inside (X, Y, W, h () / 2)) // up button in handle()
302 if (Fl::event_inside (X, Y + h () / 2, W, h () / 2)) // down button in handle()
373 if (Fl::event_inside (&_input)) in handle()
386 if (Fl::event_inside (&_input)) in handle()
/dports/games/burrtools/burrtools-0.6.3/src/flu/
H A DFlu_Combo_Box.cpp188 !Fl::event_inside( child(0) ) ) in handle()
196 !Fl::event_inside( child(0) ) ) in handle()
245 (!Fl::event_inside( &input ) || ( !editable() && Fl::event_inside( &input ) ) ); in handle()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A Dflslider2.cxx33 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
70 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
H A DFTextView.cxx98 if (event == FL_MOUSEWHEEL && !Fl::event_inside(this)) in handle()
530 if (!Fl::event_inside(this)) in handle()
685 if ( !(Fl::event_inside(this) || (event == FL_KEYBOARD && Fl::focus() == this)) ) in handle()
775 if (mVScrollBar->visible() && Fl::event_inside(mVScrollBar)) in handle_dnd_drag()
777 else if (mHScrollBar->visible() && Fl::event_inside(mHScrollBar)) in handle_dnd_drag()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A Dflslider2.cxx33 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
70 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
/dports/comms/flrig/flrig-1.3.54/src/widgets/
H A Dflslider2.cxx29 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
66 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A Dflslider2.cxx36 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
73 if (!(event == FL_MOUSEWHEEL && Fl::event_inside(w))) in handle_scroll()
H A DFTextView.cxx107 if (event == FL_MOUSEWHEEL && !Fl::event_inside(this)) in handle()
543 if (!Fl::event_inside(this)) in handle()
697 if ( !(Fl::event_inside(this) || (event == FL_KEYBOARD && Fl::focus() == this)) ) in handle()
788 if (mVScrollBar->visible() && Fl::event_inside(mVScrollBar)) in handle_dnd_drag()
790 else if (mHScrollBar->visible() && Fl::event_inside(mHScrollBar)) in handle_dnd_drag()
/dports/comms/fldigi/fldigi-4.1.20/src/fft-monitor/
H A Dspectrum.cxx121 if (!Fl::event_inside(this)) in handle()
128 if (!Fl::event_inside(this)) in handle()
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dfltkviewport.cc259 if (vscrollbar->visible() && Fl::event_inside(vscrollbar)) { in handle()
262 } else if (hscrollbar->visible() && Fl::event_inside(hscrollbar)) { in handle()
282 if (Fl::event_inside(this)) in handle()
295 } else if (!Fl::event_inside(this)) { in handle()

1234567