HP OpenVMS Systems Documentation |
DECwindows Motif for OpenVMS Guide to Non-C Bindings
XOR REGIONOpenVMS FormatX$XOR_REGIONArgument Information
Chapter 3
|
Member Name | Contents |
---|---|
X$W_GARC_X | Defines the x-coordinate value of the rectangle in which the server draws the arc |
X$W_GARC_Y | Defines the y-coordinate value of the rectangle in which the server draws the arc |
X$W_GARC_WIDTH | Defines the x axis diameter of the arc |
X$W_GARC_HEIGHT | Defines the y axis diameter of the arc |
X$W_GARC_ANGLE1 | Defines the starting point of the arc relative to the three o'clock position from the center of the rectangle |
X$W_GARC_ANGLE2 | Defines the extent of the arc relative to the starting point |
3.3 Button Event Data Structure
Figure 3-3 illustrates the button event data structure
(X$BUTTON_EVENT).
Figure 3-3 Button Event Data Structure
Member Name | Contents |
---|---|
X$T_CHAR2B_BYTE1 | Row in which the character is indexed |
X$T_CHAR2B_BYTE2 | Position of the character in the row |
Figure 3-5 illustrates the char struct data structure (X$CHAR_STRUCT).
Figure 3-5 Char Struct Data Structure
Member Name | Contents |
---|---|
X$L_CIEV_TYPE | Value defined by the constant x$c_circulate_notify |
X$L_CIEV_SERIAL | Number of the last request processed by the server |
X$L_CIEV_SEND_EVENT | Value defined by the constant true if the event came from a SEND EVENT request |
X$A_CIEV_DISPLAY | Display on which the event occurred |
X$L_CIEV_EVENT | Event window |
X$L_CIEV_WINDOW | Window that has been circulated |
X$L_CIEV_PLACE | Place of the window on the stack after it has been circulated |
Figure 3-7 illustrates the circulate request event data structure (X$CIRC_REQUEST_EVENT).
Figure 3-7 Circulate Request Event Data Structure
Member Name | Contents |
---|---|
X$A_CHNT_RES_NAME | Defines the name of the window |
X$A_CHNT_RES_CLASS | Defines the class of the window |
Figure 3-9 illustrates the client message event data structure (X$CLIE_MESSAGE_EVENT).
Figure 3-9 Client Message Event Data Structure
Member Name | Contents | ||||||
---|---|---|---|---|---|---|---|
X$L_COLR_PIXEL | Defines a pixel value. | ||||||
X$W_COLR_RED | Defines the red value of the pixel. 1 | ||||||
X$W_COLR_GREEN | Defines the green value of the pixel. 1 | ||||||
X$W_COLR_BLUE | Defines the blue value of the pixel. 1 | ||||||
X$B_COLR_FLAGS |
Defines which color members are to be defined in the color map.
Possible flags are as follows:
|
||||||
X$B_COLR_PAD | Makes the structure an even length. |
Figure 3-11 illustrates the color map event data structure (X$COLORMAP_EVENT).
Figure 3-11 Color Map Event Data Structure
Member Name | Contents |
---|---|
X$A_CMPS_COMPOSE_PTR | Compose state table pointer |
X$L_CMPS_CHARS_MATCHED | Characters match state |
Figure 3-13 illustrates the configure event data structure (X$CONFIGURE_EVENT).
Figure 3-13 Configure Event Data Structure
Member Name | Contents | ||||||
---|---|---|---|---|---|---|---|
X$L_CFRE_TYPE | Value defined by the constant x$c_cfev_configure_notify. | ||||||
X$L_CFRE_SERIAL | Number of the last request processed by the server. | ||||||
X$L_CFRE_SEND_EVENT | Value defined by the constant true if the event came from a SEND EVENT request. | ||||||
X$A_CFRE_DISPLAY | Display on which the event occurred. | ||||||
X$L_CFRE_PARENT | Parent window. | ||||||
X$L_CFRE_WINDOW | Window that has been reconfigured. | ||||||
X$L_CFRE_X | The x value of the coordinates that define the upper left corner of the window relative to the upper left corner of the parent window. | ||||||
X$L_CFRE_Y | The y value of the coordinates that define the upper left corner of the window relative to the upper left corner of the parent window. | ||||||
X$L_CFRE_WIDTH | Width of the window, excluding the border. | ||||||
X$L_CFRE_HEIGHT | Height of the window, excluding the border. | ||||||
X$L_CFRE_BORDER_WIDTH | Border width of the reconfigured window. | ||||||
X$L_CFRE_ABOVE | Identifier of the sibling window above which the window is stacked. If this member has a value specified by the constant x$c_none, Xlib places the window at the bottom of the stack. | ||||||
X$L_CFRE_DETAIL | Indicates which windows were specified in the protocol request. | ||||||
X$L_CFRE_VALUE_MASK |
Components that were specified in the configure_protocol request. Xlib
can specify in this member one of the following constants:
|
Figure 3-15 illustrates the create window event data structure (X$CREAT_WINDOW_EVENT).
Figure 3-15 Create Window Event Data Structure
Member Name | Contents | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
X$L_CREV_TYPE | Value defined by either the x$c_enter_notify or the x$c_leave_notify constant. | ||||||||||||||
X$L_CREV_SERIAL | Number of the last request processed by the server. | ||||||||||||||
X$L_CREV_SEND_EVENT | Value defined by the constant true if the event came from a SEND EVENT request. | ||||||||||||||
X$A_CREV_DISPLAY | Display on which the event occurred. | ||||||||||||||
X$L_CREV_WINDOW | Event window. | ||||||||||||||
X$L_CREV_ROOT | Root window in which the event occurred. | ||||||||||||||
X$L_CREV_SUBWINDOW | Source window in which the event occurred. | ||||||||||||||
X$L_CREV_TIME | Time in milliseconds at which the event occurred. | ||||||||||||||
X$L_CREV_X | The x value of the pointer coordinates in the source window. | ||||||||||||||
X$L_CREV_Y | The y value of the pointer coordinates in the source window. | ||||||||||||||
X$L_CREV_X_ROOT | The x value of the pointer coordinates relative to the root window. | ||||||||||||||
X$L_CREV_Y_ROOT | The y value of the pointer coordinates relative to the root window. | ||||||||||||||
X$L_CREV_MODE | Indicates whether the event is normal or pseudomotion. Xlib can set this member to the value specified by x$c_notify_normal, x$c_notify_grab, and x$c_notify_ungrab. | ||||||||||||||
X$L_CREV_DETAIL |
Indicates which windows Xlib notifies of the window entry or exit
event. Xlib can specify in this member one of the following constants:
|
||||||||||||||
X$L_CREV_SAME_SCREEN | Indicates whether or not the event window is on the same screen as the root window. | ||||||||||||||
X$L_CREV_FOCUS | Specifies whether the event window or an inferior is the focus window. If true, the event window is the focus window. If false, an inferior is the focus window. | ||||||||||||||
X$L_CREV_STATE |
State of buttons and keys just prior to the event. Xlib can return the
following constants:
|
Figure 3-17 illustrates the destroy window event data structure (X$DESTR_WINDOW_EVENT).
Figure 3-17 Destroy Window Event Data Structure
Member Name | Contents |
---|---|
X$L_EREV_TYPE | The type of event. |
X$A_EREV_DISPLAY | The display information originally returned by OPEN DISPLAY. |
X$L_EREV_RESOURCE_ID | The resource identifier associated with the error. |
X$L_EREV_SERIAL | The serial number of the request processed by the server immediately before the failing call was made. Xlib and the server use the serial number to identify the protocol request that caused the error. |
X$B_EREV_ERROR_CODE | The error code of the failed request. The error codes are described in Table 3-68. |
X$B_EREV_REQUEST_CODE | The major operation code of the failed request. |
X$B_EREV_MINOR_CODE | The minor operation code of the failed request. |
See Table 3-68 for a list of Xlib error codes.
3.19 Event Data Structure
Figure 3-19 illustrates the event data structure (X$EVENT).
Figure 3-19 Event Data Structure
Member Name | Contents |
---|---|
X$L_EXEV_TYPE | Value defined by the x$c_expose constant |
X$L_EXEV_SERIAL | Number of the last request processed by the server |
X$L_EXEV_SEND_EVENT | Value defined by the constant true if the event came from a SEND EVENT request |
X$A_EXEV_DISPLAY | Display on which the event occurred |
X$L_EXEV_WINDOW | Event window |
X$L_EXEV_X | The x value of the coordinates that define the upper left corner of the exposed region |
X$L_EXEV_Y | The y value of the coordinates that define the upper left corner of the exposed region |
X$L_EXEV_WIDTH | Width of the exposed region |
X$L_EXEV_HEIGHT | Height of the exposed region |
X$L_EXEV_COUNT | Number of exposure events that are to follow |
3.21 Ext Codes Data Structure
Figure 3-21 illustrates the ext codes data structure (X$EXT_CODES).
Figure 3-21 Ext Codes Data Structure
Member Name | Contents |
---|---|
X$L_EXTD_NUMBER | Number returned by X$INIT_EXTENSION |
X$A_EXTD_NEXT | Next item on list of data for structure |
X$A_EXTD_FREE | Called to free private, if defined |
X$L_EXTD_PRIVATE | Data private to this extension |
Figure 3-23 illustrates the focus change event data structure (X$FOCUS_CHANGE_EVENT).
Figure 3-23 Focus Change Event Data Structure
Previous | Next | Contents | Index |