void FX::FXApp::addTimeout ( FXObject tgt,
FXSelector  sel,
FXuint  ms = 1000,
void *  ptr = NULL 
) [inline, inherited]

Add timeout message to be sent to target object in ms milliseconds; the timer fires only once after the interval expires. The void* ptr is user data which will be passed into the void* ptr of the message handler. If a timer with the same target and message already exists, it will be rescheduled.

Definition at line 837 of file FXApp.h.

00837 { return getEventLoop()->addTimeout(tgt,sel,ms,ptr); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:47 2009 for TnFOX by doxygen v1.4.7