XtAppAddTimeOut
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
NAME
XtAppAddTimeOut, XtRemoveTimeOut − register and remove timeouts
SYNTAX
XtIntervalId XtAppAddTimeOut(XtAppContext app_context, unsigned long interval, XtTimerCallbackProc proc, XtPointer client_data); | |
void XtRemoveTimeOut(XtIntervalId timer); |
ARGUMENTS
app_context
Specifies the application context for which the timer is to be set.
client_data
Specifies the argument that is to be passed to the specified procedure when .
interval |
Specifies the time interval in milliseconds. | ||
proc |
Specifies the procedure that is to be called when time expires. | ||
timer |
Specifies the ID for the timeout request to be destroyed. |
DESCRIPTION
The XtAppAddTimeOut function creates a timeout and returns an identifier for it. The timeout value is set to interval. The callback procedure is called when the time interval elapses, and then the timeout is removed.
The XtRemoveTimeOut function removes the timeout. Note that timeouts are automatically removed once they trigger.
SEE ALSO
XtAppAddInput(3Xt),XtAppAddSignal(3Xt)
X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface
More Linux Commands
manpages/XSetIconSizes.3.html
XSetIconSizes(3) - allocate icon size structure and set or r
The XAllocIconSize function allocates and returns a pointer to a XIconSize structure. Note that all fields in the XIconSize structure are initially set to zero.
manpages/autoopts-config.1.html
autoopts-config(1) script to get information about installed
autoopts-config is a tool that is used by configure to determine the compile and linker flags that should be used to compile and link programs that use autoopts
manpages/XGrabDevice.3.html
XGrabDevice(3) - grab/release the specified extension device
XGrabDevice.3 - The XGrabDevice request actively grabs control of the device and generates DeviceFocusIn and DeviceFocusOut events. Further device events are re
manpages/XML::XPath::Number.3pm.html
XML::XPath::Number(3pm) - Simple numeric values. (Man Page)
XML::XPath::Number.3pm - This class holds simple numeric values. It doesnt support -0, +/- Infinity, or NaN, as the XPath spec says it should, but Im not hurtin
manpages/mvhline_set.3ncurses.html
mvhline_set(3ncurses) - create curses borders or lines using
The border_set and wborder_set functions draw a border around the edges of the current or specified window. These functions do not change the cursor position, a
manpages/zforce.1.html
zforce(1) - force a '.gz' extension on all gzip files.......
zforce forces a .gz extension on all gzip files so that gzip will not compress them twice. This can be useful for files with names truncated after a file transf
manpages/SDL_MixAudio.3.html
SDL_MixAudio(3) - Mix audio data (Library - Linux man page)
This function takes two audio buffers of len bytes each of the playing audio format and mixes them, performing addition, volume adjustment, and overflow clippin
manpages/Tcl_SetBooleanObj.3.html
Tcl_SetBooleanObj(3) - store/retrieve boolean value in a Tcl
These procedures are used to pass boolean values to and from Tcl as Tcl_Objs. When storing a boolean value into a Tcl_Obj, any non-zero integer value in boolVal
manpages/XtVaOpenApplication.3.html
XtVaOpenApplication(3) - initialize, open, or close a displa
The XtOpenApplication function calls XtToolkitInitialize followed by XtCreateApplicationContext, then calls XtOpenDisplay with display_string NULL and applicati
manpages/git-mailinfo.1.html
git-mailinfo(1) - Extracts patch and authorship from a singl
Reads a single e-mail message from the standard input, and writes the commit log message in <msg> file, and the patches in <patch> file. The author name, e-mail
manpages/mousedrv.4.html
mousedrv(4) - Xorg mouse input driver - Linux manual page...
mouse is an Xorg input driver for mice. The driver supports most available mouse types and interfaces, though the level of support for types of mice depends on
manpages/bstring.3.html
bstring(3) - byte string operations - Linux manual page.....
The byte string functions perform operations on strings (byte arrays) that are not necessarily null-terminated. See the individual man pages for descriptions of
