Previous | Contents | Index |
X$SERVER_VENDORArgument Information(display, vendor_name_return, [len_return])
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
vendor_name_return | char_string | character string | write | descriptor |
len_return | word | uns word | write | reference |
vendor_name_return
The name of the string that identifies the owner of the X server implementation. The vendor_name_return argument is the address of a character string descriptor that points to the string.len_return
The length of the returned string. This argument is optional.
X$SET_ACCESS_CONTROLArgument Information(display, access_mode)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
access_mode | longword | longword | read | reference |
access_mode
Specifies whether you want to change the access control mode. The predefined values for access_mode are as follows:X$C_ENABLE_ACCESS
X$C_DISABLE_ACCESS
X$SET_AFTER_FUNCTIONArgument Information(display, func_addr, [prev_func_addr_return])
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
func_addr | procedure | proc entry mask | read | reference |
prev_func_addr_return | procedure | proc entry mask | write | reference |
prev_func_addr_return
The previous synchronization routine is returned.
X$SET_ARC_MODEArgument Information(display, gc_id, arc_mode)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
arc_mode | longword | longword | read | reference |
arc_mode
Specifies how an arc will be filled in a subsequent graphics request. The predefined values for arc_mode are as follows:
Value Description X$C_ARC_CHORD Only the chord area of the arc is filled. X$C_ARC_PIE_SLICE The triangular area defined by the arc center and the arc endpoints is filled. Other values specified in this argument are not valid.
X$SET_BACKGROUNDArgument Information(display, gc_id, background)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
background | uns longword | uns longword | read | reference |
X$SET_CLASS_HINTArgument Information(display, window_id, class_hints_return)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
window_id | identifier | uns longword | read | reference |
class_hints_return | record | x$class_hint | write | reference |
X$SET_CLIP_MASKArgument Information(display, gc_id, pixmap_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
pixmap_id | identifier | uns longword | read | reference |
X$SET_CLIP_ORIGINArgument Information(display, gc_id, clip_x_coord, clip_y_coord)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
clip_x_coord | longword | longword | read | reference |
clip_y_coord | longword | longword | read | reference |
X$SET_CLIP_RECTANGLESArgument Information(display, gc_id, clip_x_coord, clip_y_coord, rectangles, num_rectangles, ordering)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
clip_x_coord | longword | longword | read | reference |
clip_y_coord | longword | longword | read | reference |
rectangles | record | x$rectangle | read | reference |
num_rectangles | longword | longword | read | reference |
ordering | longword | longword | read | reference |
ordering
Specifies the ordering relationship of the clip rectangles.The predefined values for ordering are as follows:
X$C_UN_SORTED
X$C_Y_SORTED
X$C_Y_X_SORTED
X$C_Y_X_BANDEDOther values specified in this argument are not valid.
X$SET_CLOSE_DOWN_MODEArgument Information(display, close_mode)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
close_mode | longword | longword | read | reference |
close_mode
The close-down mode for the client's resources. The predefined values for close_mode are as follows:
Value Description X$C_DESTROY_ALL All client resources are freed. X$C_RETAIN_PERMANENT All client resources are marked as permanent. X$C_RETAIN_TEMPORARY All client resources are marked as temporary.
X$SET_COMMANDArgument Information(display, window_id, command, num_args)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
window_id | identifier | uns longword | read | reference |
command | char_string | character string | read | descriptor |
num_args | longword | longword | read | reference |
X$SET_DASHESArgument Information(display, gc_id, dash_offset, dash_list, dash_list_len)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
dash_offset | longword | longword | read | reference |
dash_list | byte | byte | read | reference |
dash_list_len | longword | longword | read | reference |
prev_handler_return = X$SET_ERROR_HANDLERArgument Information(handler)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
prev_handler_return | procedure | proc entry mask | write | reference |
handler | procedure | proc entry mask | read | reference |
handler
A user-written routine that handles nonfatal errors. The handler argument is the address of the entry mask for the routine. The routine returns an integer value. SET ERROR HANDLER passes the following arguments to the routine:
Argument Decscription display Pointer to the display structure associated with the display. error_event Pointer to the error event. The error must be of type X$ERROR_EVENT.
X$SET_FILL_RULEArgument Information(display, gc_id, fill_rule)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
fill_rule | longword | longword | read | reference |
fill_rule
The fill rule that you want to set for the specified graphics context. The fill rule specifies which pixels are considered to be inside of a polygon for a FILL POLYGON routine. Those inside the polygon are then displayed, creating the fill. There are two predefined values:X$C_EVEN_ODD_RULE
X$C_WINDING_RULE
X$SET_FILL_STYLEArgument Information(display, gc_id, fill_style)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
fill_style | longword | longword | read | reference |
fill_style
The fill style for the space within the bounding box of a line, the even dash of an On Off Dash or Double Dash line, for an odd dash of a Double Dash line, for text lines, and for all fill requests. The predefined values for fill_style are as follows:X$C_FILL_SOLID
X$C_FILL_TILED
X$C_FILL_OPAQUE_STIPPLED
X$C_FILL_STIPPLEDOther values specified in this argument are not valid.
X$SET_FONTArgument Information(display, gc_id, font_id)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
font_id | identifier | uns longword | read | reference |
X$SET_FONT_PATHArgument Information(display, directory_names)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
directory_names | char_string | character string | read | descriptor |
X$SET_FOREGROUNDArgument Information(display, gc_id, foreground)
Argument | Usage | Data Type | Access | Mechanism |
---|---|---|---|---|
display | identifier | uns longword | read | reference |
gc_id | identifier | uns longword | read | reference |
foreground | uns longword | uns longword | read | reference |
Previous | Next | Contents | Index |