| Previous | Contents | Index |
pixmap_id_return = X$CREATE_BITMAP_FROM_DATAArgument Information(display, drawable_id, data, width, height)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| pixmap_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| drawable_id | identifier | uns longword | read | reference |
| data | array | byte | read | reference |
| width | longword | uns longword | read | reference |
| height | longword | uns longword | read | reference |
colormap_id_return = X$CREATE_COLORMAPArgument Information(display, window_id, visual_struc, alloc)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| colormap_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| window_id | identifier | uns longword | read | reference |
| visual_struc | record | x$visual | read | reference |
| alloc | longword | longword | read | reference |
alloc
The allocation mode of color map entries. The values for alloc are as follows:X$C_ALLOC_NONEOther values specified in this argument are not valid.
X$C_ALLOC_ALLIf static gray, static color, or true color is specified in visual_struc, no entries can be allocated from the color map.
cursor_id_return = X$CREATE_FONT_CURSORArgument Information(display, cursor_shape)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| cursor_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| cursor_shape | longword | uns longword | read | reference |
gc_id_return = X$CREATE_GCArgument Information(display, drawable_id, gc_mask, values_struc)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| gc_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| drawable_id | identifier | uns longword | read | reference |
| gc_mask | mask_longword | uns longword | read | reference |
| values_struc | record | x$gc_values | read | reference |
cursor_id_return = X$CREATE_GLYPH_CURSORArgument Information(display, src_font_id, mask_font_id, src_char, mask_char, foreground_color, background_color)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| cursor_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| src_font_id | identifier | uns longword | read | reference |
| mask_font_id | identifier | uns longword | read | reference |
| src_char | longword | uns longword | read | reference |
| mask_char | longword | uns longword | read | reference |
| foreground_color | record | x$color | read | reference |
| background_color | record | x$color | read | reference |
status_return = X$CREATE_IMAGEArgument Information(display, visual_struc, depth, image_format, offset, data, width, height, bitmap_pad, bytes_per_line, ximage_return)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| status_return | longword | longword | write | value |
| display | identifier | uns longword | read | reference |
| visual_struc | record | x$visual | read | reference |
| depth | longword | longword | read | reference |
| image_format | longword | longword | read | reference |
| offset | longword | longword | read | reference |
| data | array | byte | read | reference |
| width | longword | uns longword | read | reference |
| height | longword | uns longword | read | reference |
| bitmap_pad | longword | longword | read | reference |
| bytes_per_line | longword | longword | read | reference |
| ximage_return | record | x$image | write | reference |
status_return
Specifies whether the return completed successfully. CREATE IMAGE returns one of the following values:
Value Description SS$_NORMAL Routine completed successfully. 0 Error received for failure.
image_format
The format of the image that will be created and referenced by the image data structure. The predefined values for image_format are as follows:X$C_XY_BITMAPOther values specified in this argument are not valid.
X$C_XY_PIXMAP
X$C_Z_PIXMAP
pixmap_id_return = X$CREATE_PIXMAPArgument Information(display, drawable_id, width, height, depth)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| pixmap_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| drawable_id | identifier | uns longword | read | reference |
| width | longword | uns longword | read | reference |
| height | longword | uns longword | read | reference |
| depth | longword | longword | read | reference |
pixmap_id_return = X$CREATE_PIXMAP_FROM_BITMAP_DATAArgument Information(display, drawable_id, data, width, height, foreground, background, depth)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| pixmap_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| drawable_id | identifier | uns longword | read | reference |
| data | array | byte | read | reference |
| width | longword | uns longword | read | reference |
| height | longword | uns longword | read | reference |
| foreground | longword | uns longword | read | reference |
| background | longword | uns longword | read | reference |
| depth | longword | longword | read | reference |
region_id_return = X$CREATE_REGIONArgument Information
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| region_id_return | identifier | uns longword | write | reference |
window_id_return = X$CREATE_SIMPLE_WINDOWArgument Information(display, parent_id, x_coord, y_coord, width, height, border_width, border_id, background_id)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| window_id_return | identifier | uns longword | write | value |
| display | identifier | uns longword | read | reference |
| parent_id | identifier | uns longword | read | reference |
| x_coord | longword | longword | read | reference |
| y_coord | longword | longword | read | reference |
| width | uns longword | uns longword | read | reference |
| height | uns longword | uns longword | read | reference |
| border_width | uns longword | uns longword | read | reference |
| border_id | identifier | uns longword | read | reference |
| background_id | identifier | uns longword | read | reference |
window_id_return = X$CREATE_WINDOWArgument Information(display, parent_id, x_coord, y_coord, width, height, border_width, depth, class, visual_struc, attributes_mask, attributes)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| window_id_return | identifier | uns longword | write | reference |
| display | identifier | uns longword | read | reference |
| parent_id | identifier | uns longword | read | reference |
| x_coord | longword | longword | read | reference |
| y_coord | longword | longword | read | reference |
| width | uns longword | uns longword | read | reference |
| height | uns longword | uns longword | read | reference |
| border_width | uns longword | uns longword | read | reference |
| depth | longword | longword | read | reference |
| class | longword | longword | read | reference |
| visual_struc | record | x$visual | read | reference |
| attributes_mask | uns longword | uns longword | read | reference |
| attributes | record | x$set_win_attributes | read | reference |
colormap_id_return = X$DEFAULT_COLORMAPArgument Information(display, screen_number)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| colormap_id_return | identifier | longword | write | value |
| display | identifier | uns longword | read | reference |
| screen_number | uns longword | uns longword | read | reference |
colormap_id_return = X$DEFAULT_COLORMAP_OF_SCREENArgument Information(screen_id)
| Argument | Usage | Data Type | Access | Mechanism |
|---|---|---|---|---|
| colormap_id_return | identifier | uns longword | write | value |
| screen_id | identifier | uns longword | read | reference |
| Previous | Next | Contents | Index |