ultrix man page for xdeletecontext

Query: xdeletecontext

OS: ultrix

Section: 3x11

Links: ultrix man pages   all man pages

Forums: unix linux community   forum categories

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

XSaveContext(3X11)						     MIT X11R4							XSaveContext(3X11)

Name
       XSaveContext, XFindContext, XDeleteContext, XUniqueContext - associative look-up routines

Syntax
       int XSaveContext(display, w, context, data)
	  Display *display;
	  Window w;
	  XContext context;
	  caddr_t data;

       int XFindContext(display, w, context, data_return)
	  Display *display;
	  Window w;
	  XContext context;
	  caddr_t *data_return;

       int XDeleteContext(display, w, context)
	  Display *display;
	  Window w;
	  XContext context;

       XContext XUniqueContext()

Arguments
       context	 Specifies the context type to which the data belongs.

       data	 Specifies the data to be associated with the window and type.

       data_return
		 Returns a pointer to the data.

       display	 Specifies the connection to the X server.

       w	 Specifies the window with which the data is associated.

Description
       If an entry with the specified window and type already exists, overrides it with the specified context.	The function returns a nonzero
       error code if an error has occurred and zero otherwise.	Possible errors are (out of memory).

       Because it is a return value, the data is a pointer.  The function returns a nonzero error code if an error has occurred and zero other-
       wise.  Possible errors are (context-not-found).

       The function deletes the entry for the given window and type from the data structure.  This function returns the same error codes that
       returns if called with the same arguments.  does not free the data whose address was saved.

       The function creates a unique context type that may be used in subsequent calls to

See Also
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																XSaveContext(3X11)
Related Man Pages
xfindcontext(3x11) - redhat
xfindcontext(3x11) - ultrix
xsavecontext(3x11) - ultrix
xuniquecontext(3x11) - ultrix
xfindcontext(3x11) - osf1
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
PHP Write Man Pages to MySQL DB