XMapRequestEvent
NAMESTRUCTURES
SEE ALSO
NAME
XMapRequestEvent − MapRequest event structure
STRUCTURES
The structure for MapRequest events contains:
typedef struct {
int type; |
/* MapRequest */ | |
unsigned long serial; |
/* # of last request processed by server */ | |
Bool send_event; |
/* true if this came from a SendEvent request */ | |
Display *display; |
/* Display the event was read from */ | |
Window parent; |
||
Window window; |
} XMapRequestEvent;
When you receive this event, the structure members are set as follows.
The type member is set to the event type constant name that uniquely identifies it. For example, when the X server reports a GraphicsExpose event to a client application, it sends an XGraphicsExposeEvent structure with the type member set to GraphicsExpose. The display member is set to a pointer to the display the event was read on. The send_event member is set to True if the event came from a SendEvent protocol request. The serial member is set from the serial number reported in the protocol but expanded from the 16-bit least-significant bits to a full 32-bit value. The window member is set to the window that is most useful to toolkit dispatchers.
The parent member is set to the parent window. The window member is set to the window to be mapped.
SEE ALSO
XAnyEvent(3),
XButtonEvent(3), XCreateWindowEvent(3), XCirculateEvent(3),
XCirculateRequestEvent(3), XColormapEvent(3),
XConfigureEvent(3), XConfigureRequestEvent(3),
XCrossingEvent(3), XDestroyWindowEvent(3), XErrorEvent(3),
XExposeEvent(3), XFocusChangeEvent(3),
XGraphicsExposeEvent(3), XGravityEvent(3), XKeymapEvent(3),
XMapEvent(3), XPropertyEvent(3), XReparentEvent(3),
XResizeRequestEvent(3), XSelectionClearEvent(3),
XSelectionEvent(3), XSelectionRequestEvent(3),
XUnmapEvent(3), XVisibilityEvent(3)
Xlib − C Language X Interface
More Linux Commands
manpages/XGetClassHint.3.html
XGetClassHint(3) - allocate class hints structure and set or
The XAllocClassHint function allocates and returns a pointer to a XClassHint structure. Note that the pointer fields in the XClassHint structure are initially s
manpages/pam_get_authtok_noverify.3.html
pam_get_authtok_noverify(3) - get authentication token......
The pam_get_authtok function returns the cached authentication token, or prompts the user if no token is currently cached. It is intended for internal use by Li
manpages/glMultMatrixf.3gl.html
glMultMatrixf(3gl) - multiply the current matrix with the sp
glMultMatrix multiplies the current matrix with the one specified using m, and replaces the current matrix with the product. The current matrix is determined by
manpages/gnutls_x509_crt_list_import2.3.html
gnutls_x509_crt_list_import2(3) - API function (Man Page)...
gnutls_x509_crt_list_import2.3 - This function will convert the given PEM encoded certificate list to the native gnutls_x509_crt_t format. The output will be st
manpages/_tracedump.3ncurses.html
_tracedump(3ncurses) - curses debugging routines (Man Page)
The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available
manpages/zypp-CheckAccessDeleted.1.html
zypp-CheckAccessDeleted(1) List processes which access delet
List running processes which access deleted files. This may help to identify services and processes which need to be restarted after an update, e.g. if they sti
manpages/move_pages.2.html
move_pages(2) - move individual pages of a process to anothe
move_pages() moves the specified pages of the process pid to the memory nodes specified by nodes. The result of the move is reflected in status. The flags indic
manpages/XInternAtom.3.html
XInternAtom(3) - create or return atom names (Man Page).....
The XInternAtom function returns the atom identifier associated with the specified atom_name string. If only_if_exists is False, the atom is created if it does
manpages/gnutls_certificate_set_x509_simple_pkcs12_mem.3.html
gnutls_certificate_set_x509_simple_pkcs12_mem.3.............
gnutls_certificate_set_x509_simple_pkcs12_mem.3 - This function sets a certificate/private key pair and/or a CRL in the gnutls_certificate_credentials_t structu
manpages/glDisable.3gl.html
glDisable(3gl) - enable or disable server-side GL capabiliti
glEnable and glDisable enable and disable various capabilities. Use glIsEnabled or glGet to determine the current setting of any capability. The initial value f
manpages/DBM_Filter::encode.3pm.html
DBM_Filter::encode(3pm) - filter for DBM_Filter (Man Page)
This DBM filter allows you to choose the character encoding will be store in the DBM file. The usage is $db->Filter_Push(encode => ENCODING); where ENCODING mus
manpages/register_prenetsnmp_mib_handler.3.html
register_prenetsnmp_mib_handler(3) - netsnmp_config_api func
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int
