Next:
QUIT-APPLICATION ()
Up:
Handling Connections
Previous:
WITH-CLX-REQUESTS (&body forms)
RUN-MOTIF-APPLICATION (init-function)
This is the standard CLM entry point for creating a Motif application. The init-function argument will be called to create and realize the interface. It returns the created MOTIF-CONNECTION object. Available keyword arguments are:
:init-args
list of arguments to pass to init-function
:application-class
application class (default
"Lisp"
)
:application-name
application name (default
"lisp"
)
:server-host
name of Motif server to connect to
:display
name of X display to connect to
Peter Van Eynde 2000-02-08