Query: xdeletecontext
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDeleteContext() XDeleteContext()
Name
XDeleteContext - delete a context entry for a given window and type.
Synopsis
int XDeleteContext(display, rid, context)
Display *display;
XID rid;
XContext context;
Arguments
display Specifies a connection to an X server; returned from XOpenDisplay().
rid Specifies the resource ID with which the data is associated.
context Specifies the context type to which the data belongs.
Returns
XCNOENT if the context could not be found, or zero if it succeeds.
Description
XDeleteContext() deletes the entry for the given resource ID and type from the context data structure defined in <X11/Xutil.h>. This func-
tion returns XCNOENT if the context could not be found, or zero if it succeeds. XDeleteContext() does not free the memory allocated for
the data whose address was saved.
See Volume One, Chapter 15, Other Programming Techniques, for a description of context management.
Structures
typedef int XContext;
See Also
XFindContext(), XSaveContext(), XUniqueContext().
Xlib - Context Manager XDeleteContext()
| Related Man Pages |
|---|
| xfindcontext(3x11) - redhat |
| xfindcontext(3) - debian |
| xsavecontext(3) - debian |
| xfindcontext(3) - centos |
| xdeletecontext(3x11) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| How to extract every repeated string between two specific string? |
| Sequence extraction |
| Hpux 11iV3 administration document |
| Thank you members and admins |
| Shopt -s histappend |