Previous | Contents | Index |
X$UNGRAB_KEYBOARDArgument Information(display, time)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
time | longword | uns longword | read | reference |
X$UNGRAB_POINTERArgument Information(display, time)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
time | longword | uns longword | read | reference |
X$UNGRAB_SERVERArgument Information(display)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
X$UNINSTALL_COLORMAPArgument Information(display, colormap_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
colormap_id | identifier | uns longword | read | reference |
X$UNION_RECT_WITH_REGIONArgument Information(rectangle_struc, src_region_id, dst_region_id_return)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
rectangle_struc | record | x$rectangle | read | reference |
src_region_id | identifier | uns longword | read | reference |
dst_region_id_return | identifier | uns longword | write | reference |
X$UNION_REGIONArgument Information(src_region1_id, src_region2_id, dst_region_id_return)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
src_region1_id | identifier | uns longword | read | reference |
src_region2_id | identifier | uns longword | read | reference |
dst_region_id_return | identifier | uns longword | write | reference |
context_id_return = X$UNIQUE_CONTEXTArgument Information
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
context_id_return | identifier | uns longword | write | reference |
X$UNLOAD_FONTArgument Information(display, font_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
font_id | identifier | uns longword | read | reference |
X$UNMAP_SUBWINDOWSArgument Information(display, window_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
window_id | identifier | uns longword | read | reference |
X$UNMAP_WINDOWArgument Information(display, window_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
window_id | identifier | uns longword | read | reference |
release_return = X$VENDOR_RELEASEArgument Information(display)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
release_return | longword | longword | write | value |
display | identifier | uns longword | read | reference |
visual_id_return = X$VISUAL_ID_FROM_VISUALArgument Information(visual_struc)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
visual_id_return | identifier | uns longword | write | value |
visual_struc | record | x$visual | read | reference |
X$WARP_POINTERArgument Information(display, src_window_id, dst_window_id, src_x_coord, src_y_coord, src_width, src_height, dst_x_coord, dst_y_coord)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
src_window_id | identifier | uns longword | read | reference |
dst_window_id | identifier | uns longword | read | reference |
src_x_coord | longword | longword | read | reference |
src_y_coord | longword | longword | read | reference |
src_width | longword | uns longword | read | reference |
src_height | longword | uns longword | read | reference |
dst_x_coord | longword | longword | read | reference |
dst_y_coord | longword | longword | read | reference |
color_index_return = X$WHITE_PIXELArgument Information(display, screen_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
color_index_return | identifier | uns longword | write | value |
display | identifier | uns longword | read | reference |
screen_id | identifier | uns longword | read | reference |
color_index_return = X$WHITE_PIXEL_OF_SCREENArgument Information(screen_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
color_index_return | identifier | uns longword | write | value |
screen_id | identifier | uns longword | read | reference |
width_return = X$WIDTH_MM_OF_SCREENArgument Information(screen_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
width_return | longword | longword | write | value |
screen_id | identifier | uns longword | read | reference |
width_return = X$WIDTH_OF_SCREENArgument Information(screen_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
width_return | longword | longword | write | value |
screen_id | identifier | uns longword | read | reference |
X$WINDOW_EVENTArgument Information(display, window_id, event_mask, event_return)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
window_id | identifier | uns longword | read | reference |
event_mask | mask_longword | uns longword | read | reference |
event_return | record | x$event | write | reference |
status_return = X$WITHDRAW WINDOWArgument Information(display, window_id, screen_number)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
status_return | longword | uns longword | write | value |
display | identifier | uns longword | read | value |
window_id | identifier | uns longword | read | value |
screen_number | longword | longword | read | value |
status_return
Specifies whether the routine completed successfully.
Value Description Non-zero Routine completed successfully. 0 Routine did not complete successfully.
mask = X$WM_GEOMETRYArgument Information(display, screen_number, user_geometry, default_geometry, border_width, hints, x_return, y_return, width_return, height_return, gravity_return)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
mask | mask_longword | uns longword | write | value |
display | identifier | uns longword | read | reference |
screen_number | longword | longword | read | reference |
user_geometry | char_string | character string | read | reference |
default_geometry | char_string | charcter string | read | reference |
border_width | longword | uns longword | read | reference |
hints | record | x$size_hints | read | reference |
x_return | longword | longword | write | reference |
y_return | longword | longword | write | reference |
width_return | longword | longword | write | reference |
height_return | longword | longword | write | reference |
gravity_return | longword | longword | write | reference |
status_return = X$WRITE_BITMAP_FILEArgument Information(display, filename, bitmap_id, width, height, x_hot_coord, y_hot_coord)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
status_return | cond_value | uns longword | write | value |
display | identifier | uns longword | read | reference |
filename | char_string | character string | read | descriptor |
bitmap_id | identifier | uns longword | read | reference |
width | longword | uns longword | read | reference |
height | longword | uns longword | read | reference |
x_hot_coord | longword | longword | read | reference |
y_hot_coord | longword | longword | read | reference |
status_return
Specifies whether the routine completed successfully. WRITE BITMAP FILE returns one of the following values to indicate the status:X$C_BITMAP_SUCCESS
X$C_BITMAP_OPEN_FAILED
X$C_BITMAP_NO_MEMORY
filename
The name of the file in which WRITE BITMAP FILE writes the bitmap. The format of the file is dependent on the operating system on the client side of the client-server connection. VMS logical names, search strings, and so on, are supported. The maximum length of a file specification is 255 bytes. Wildcards are not supported. The default file name is []bitmap.dat. The filename argument is the address of a character string descriptor that points to the string.
Previous | Next | Contents | Index |