Home
last modified time | relevance | path

Searched refs:FL_DRAW (Results 1 – 25 of 59) sorted by relevance

123

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_fake.c53 case FL_DRAW: in handle_simu_canvas()
182 if ( event == FL_DRAW ) in handle_tabfolder()
249 if ( event == FL_DRAW ) in handle_formbrowser()
H A Dsp_freeobj.c133 if ( e == FL_DRAW ) in noop_handle()
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart1_free_objects.texi68 @tindex FL_DRAW
69 @item FL_DRAW
95 @code{FL_DRAW} and indicates the object label needs to be (re)drawn.
97 label upon receiving @code{FL_DRAW} or (b) the object label is not
109 send an @code{FL_DRAW} event to the object but also does
201 The object will receive the events @code{FL_DRAW}, @code{FL_ENTER},
206 The object only receives @code{FL_DRAW} events. This should be used
620 case FL_DRAW:
673 @code{FL_DRAW}. Mouse position (always relative to the origin of the
684 bookkeeping is performed prior to sending @code{FL_DRAW}, such as
[all …]
H A Dpart4_events.texi13 @tindex FL_DRAW
14 @anchor{FL_DRAW}
15 @item FL_DRAW
43 @code{@ref{FL_DRAW}} will also not work.
46 @code{FL_DRAW} event is passed to the handling function (and only
63 @code{FL_DRAW} events, @code{FL_ObjWin(obj)} should be used anywhere
69 This event typically follows @code{FL_DRAW} and indicates that the
72 handing @code{FL_DRAW}, you can ignore this event.
82 @code{@ref{fl_redraw_object()}}. It will send an @code{FL_DRAW} event
230 done only when an @code{@ref{FL_DRAW}} event is received). When the
H A Dpart4_preemptive_handler.texi42 @code{@ref{FL_DRAW}}, @code{@ref{FL_ENTER}} etc. Parameters @code{mx}
62 for a box (a static object that only receives @code{@ref{FL_DRAW}})
H A Dpart4_an_example.texi77 to three types of events: @code{FL_DRAW}, @code{FL_PUSH} and
89 case FL_DRAW: /* Draw box */
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Free.H70 #define FL_DRAW 100 /**< for backward compatibility [UNUSED]*/ macro
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Free.H56 #define FL_DRAW 100 // NOT USED macro
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Free.H79 #define FL_DRAW 100 /**< for backward compatibility [UNUSED]*/ macro
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dforms_free.cxx92 void Fl_Free::draw() {hfunc(this,FL_DRAW,0,0,0);} in draw()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dforms_free.cxx83 void Fl_Free::draw() {hfunc(this,FL_DRAW,0,0,0);} in draw()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dframe.c52 case FL_DRAW: in handle_frame()
H A Dtext.c54 case FL_DRAW: in handle_text()
H A Dbutton.c276 case FL_DRAW : in handle_button()
277 sp->event = FL_DRAW; in handle_button()
504 sp->event = FL_DRAW; in fl_create_generic_button()
H A Dbox.c48 case FL_DRAW: in handle_box()
H A Dscrollbut.c59 if ( sp->event == FL_DRAW ) in draw_scrollbutton()
H A Dhandling.c423 if ( form->deactivated && event != FL_DRAW ) in fli_handle_form()
428 && event != FL_DRAW ) in fli_handle_form()
449 if ( event != FL_STEP && event != FL_DRAW ) in fli_handle_form()
454 case FL_DRAW: /* form must be redrawn completely */ in fli_handle_form()
1237 fli_handle_form( evform, FL_DRAW, 0, &st_xev ); in handle_Expose_event()
H A Dutil.c105 VN( FL_DRAW ),
H A Dgoodies.c204 if ( ev != FL_DRAW ) in draw_box()
H A Dlframe.c72 case FL_DRAW : in handle_lframe()
H A Dtimer.c146 case FL_DRAW: in handle_timer()
H A Dclock.c237 case FL_DRAW : in handle_clock()
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dfree1.c53 case FL_DRAW: in handle_free1()
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/examples/
H A Dfree1.pp28 FL_DRAW:
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/examples/
H A Dfree1.pp28 FL_DRAW:

123