| Previous | Contents | Index |
result XtGetMultiClickTimeArgument Information(display)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | LONGWORD | write | value |
| display | Display | read | value |
XtGetResourceListArgument Information(class, resources_return, num_resources_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| class | WidgetClass | read | value |
| resources_return | XtResource (array) | write | reference |
| num_resources_return | Cardinal | write | reference |
result XtGetSelectionRequestArgument Information(w, selection, request_id)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | ADDRESS | write | value |
| w | Widget | read | value |
| selection | Atom | read | value |
| request_id | XtRequestId | read | value |
result XtGetSelectionTimeoutArgument Information( )
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | uns longword | write | value |
This routine, superseded by XtAppGetSelectionTimeout, is supported for backward compatibility.
XtGetSelectionValueArgument Information(w, selection, target, callback, client_data, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| selection | Atom | read | value |
| target | Atom | read | value |
| callback | XtSelectionCallbackProc | read | value |
| client_data | XtPointer | read | value |
| time | Time | read | value |
XtGetSelectionValueIncrementalArgument Information(w, selection, target, selection_callback, client_data, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| selection | Atom | read | value |
| target | Atom | read | value |
| selection_callback | XtSelectionCallbackProc | read | value |
| client_data | XtPointer | read | value |
| time | Time | read | value |
XtGetSelectionValuesArgument Information(w, selection, targets, count, callback, client_datas, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| selection | Atom | read | value |
| targets | Atom | read | reference |
| count | longword | read | value |
| callback | XtSelectionCallbackProc | read | value |
| client_datas | XtPointer | read | reference |
| time | Time | read | value |
XtGetSelectionValuesIncrementalArgument Information(w, selection, targets, count, selection_callback, client_data, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| selection | Atom | read | value |
| targets | Atom | read | reference |
| count | longword | read | value |
| selection_callback | XtSelectionCallbackProc | read | value |
| client_data | XtPointer | read | reference |
| time | Time | read | value |
XtGetSubresourcesArgument Information(w, base, name, class, resources, num_resources, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| base | XtPointer | read | value |
| name | XtString | read | reference |
| class | XtString | read | reference |
| resources | XtResource (array) | read | reference |
| num_resources | Cardinal | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtGetSubvaluesArgument Information(base, resources, num_resources, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| base | XtPointer | read | value |
| resources | XtResource (array) | read | reference |
| num_resources | Cardinal | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtGetValuesArgument Information(object, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| object | Widget | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtGrabButtonArgument Information(widget, button, modifiers, owner_events, event_mask, pointer_mode, keyboard_mode, confine_to, cursor)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| button | LONGWORD | read | value |
| modifiers | Modifiers | read | value |
| owner_events | Boolean | read | value |
| event_mask | LONGWORD UNSIGNED | read | value |
| pointer_mode | LONGWORD | read | value |
| keyboard_mode | LONGWORD | read | value |
| confine_to | Window | read | value |
| cursor | Cursor | read | value |
XtGrabKeyArgument Information(widget, keycode, modifiers, owner_events, pointer_mode, keyboard_mode)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| keycode | Keycode | read | value |
| modifiers | Modifiers | read | value |
| owner_events | Boolean | read | value |
| pointer_mode | LONGWORD | read | value |
| keyboard_mode | LONGWORD | read | value |
XtGrabKeyboardArgument Information(widget, owner_events, pointer_mode, keyboard_mode, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| owner_events | Boolean | read | value |
| pointer_mode | LONGWORD | read | value |
| keyboard_mode | LONGWORD | read | value |
| time | Time | read | value |
XtGrabPointerArgument Information(widget, owner_events, event_mask, pointer_mode, keyboard_mode, confine_to, cursor, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| owner_events | Boolean | read | value |
| event_mask | LONGWORD UNSIGNED | read | value |
| pointer_mode | LONGWORD | read | value |
| keyboard_mode | LONGWORD | read | value |
| confine_to | Window | read | value |
| cursor | Cursor | read | value |
| time | Time | read | value |
callback_status XtHasCallbacksArgument Information(w, callback_name)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| callback_status | XtCallbackStatus | write | value |
| w | Widget | read | value |
| callback_name | XtString | read | reference |
widget XtInitializeArgument Information(shell_name, application_class, options, num_options, argc, argv)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| shell_name | XtString | read | reference |
| application_class | XtString | read | reference |
| options | LONGWORD UNSIGNED (array) | read | value |
| num_options | Cardinal | read | value |
| argc | Cardinal | modify | reference |
| argv | ADDRESS (array) | modify | reference |
This routine, superseded by XtAppInitialize, is supported for backward compatibility.
XtInitializeWidgetClassArgument Information(object_class)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| object_class | WidgetClass | read | value |
XtInsertEventHandlerArgument Information(w, event_mask, nonmaskable, proc, client_data, position)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| event_mask | EventMask | read | value |
| nonmaskable | Boolean | read | value |
| proc | XtEventHandler | read | value |
| client_data | XtPointer | read | value |
| position | XtListPosition | read | value |
XtInsertRawEventHandlerArgument Information(w, event_mask, nonmaskable, proc, client_data, position)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| event_mask | EventMask | read | value |
| nonmaskable | Boolean | read | value |
| proc | XtEventHandler | read | value |
| client_data | XtPointer | read | value |
| position | XtListPosition | read | value |
| Previous | Next | Contents | Index |