hpux man page for xtmainloop

Query: xtmainloop

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtMainLoop()															      XtMainLoop()

Name
  XtMainLoop - continuously process events.

Synopsis
  void XtMainLoop()

Inputs
  none

Returns
  XtMainLoop() enters an infinite loop and never returns.

Availability
  XtMainLoop() has been superseded by XtAppMainLoop().

Description
  XtMainLoop()	enters	an infinite loop which calls XtNextEvent() to wait for events on all displays in app_context and XtDispatchEvent() to
  dispatch events.

Usage
  XtMainLoop() has been superseded by XtAppMainLoop(), which performs the same function on a per-application context basis.  XtMainLoop() now
  calls  XtAppMainLoop() passing the default application context created by XtInitialize().  Very few programs need multiple application con-
  texts, and you can continue to use XtMainLoop() if you initialize your application with XtInitialize().  We recommend,  however,  that  you
  use XtAppInitialize(), XtAppMainLoop(), and the other XtApp*() application context specific functions.

  See XtAppMainLoop() for more information.

See Also
  XtAppMainLoop(1), XtAppNextEvent(1), XtDispatchEvent(1).

Xt - Event Handling														      XtMainLoop()
Related Man Pages
xtnextevent(3) - debian
xtprocessevent(3) - debian
xtpeekevent(3) - centos
xtprocessevent(3) - centos
xtnextevent(3xt) - osf1
Similar Topics in the Unix Linux Community
Creating a Classification Banner
CDE Classification Banner
XWindows