Up: W3Kit Class Reference

X11_Application

Superclass: Object

The unique master object for any X11-based application, which maintains the connection to the X11 window server. It also keeps track of name of application, and serves as a minimal replacement for the NeXTSTEP Application class.

(The W3Application class, which does the real work of coordination with the HTTP daemon in W3Kit, is a subclass.)

The unique instance is automatically stored in a global variable (which is renamed to W3App in W3Kit).

extern id X11App;
The X11_Application object is created from the program arguments, which might for example specify which X11 display to use.
+ newArgc:(int)argc argv:(char **)argv;
- free;
- (const char *)appName;
- (Display *)x11Display;
- (int)x11Screen;


Up: W3Kit Class Reference

[HOME] The Geometry Center Home Page

Author: Paul Burchard
Comments to: webmaster@www.geom.uiuc.edu
Created: Apr 18 1994 --- Last modified: Tue Jun 18 10:44:14 1996