| Previous | Contents | Index |
result XtAddWorkProcArgument Information(proc, client_data)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtWorkProcId | write | value |
| proc | XtPointer | read | value |
| client_data | XtPointer | read | value |
This routine, superseded by XtAppAddWorkProc, is supported for backward compatibility.
result XtAllocateGCArgument Information(widget, depth, valueMask, values, dynamicMask, unusedMask)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | GC | write | value |
| widget | Widget | read | value |
| depth | Cardinal | read | value |
| valueMask | XtGCMask | read | value |
| values | XGCValue | read | reference |
| dynamicMask | XtGCMask | read | value |
| unusedMask | XtGCMask | read | value |
result XtAppAddActionHookArgument Information(app, proc, client_data)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtActionHookId | write | value |
| app | XtAppContext | read | value |
| proc | XtActionHookProc | read | value |
| client_data | XtPointer | read | value |
XtAppAddActionsArgument Information(app_context, actions, num_actions)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| actions | XtActionList | read | value |
| num_actions | Cardinal | read | value |
XtAppAddConverterArgument Information(app_context, from_type, toType, converter, convert_args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | reference |
| from_type | XtString | read | reference |
| toType | XtString | read | reference |
| converter | XtConverter | read | value |
| convert_args | XtConvertArgRec (array) | read | reference |
| num_args | Cardinal | read | value |
This routine, superseded by XtSetTypeConverter and XtAppSetTypeConverter, is supported for backward compatibility.
result XtAppAddInputArgument Information(app_context, source, condition, proc, client_data)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtInputId | write | value |
| app_context | XtAppContext | read | value |
| source | LONGWORD | read | value |
| condition | XtPointer | read | value |
| proc | XtInputCallbackProc | read | value |
| client_data | XtPointer | read | value |
result XtAppAddTimeOutArgument Information(app_context, interval, proc, client_data)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtIntervalId | write | value |
| app_context | XtAppContext | read | value |
| interval | LONGWORD UNSIGNED | read | value |
| proc | XtTimerCallbackProc | read | value |
| client_data | XtPointer | read | value |
result XtAppAddWorkProcArgument Information(app_context, proc, client_data)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtWorkProc | write | value |
| app_context | XtAppContext | read | value |
| proc | XtWorkProc | read | value |
| client_data | XtPointer | read | value |
widget XtAppCreateShellArgument Information(application_name, application_class, widget_class, display, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| application_name | XtString | read | reference |
| application_class | XtString | read | reference |
| widget_class | WidgetClass | read | value |
| display | Display | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtAppErrorArgument Information(app_context, message)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| message | XtString | read | reference |
XtAppErrorMsgArgument Information(app_context, name, type, class, default, params, num_params)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | reference |
| name | XtString | read | reference |
| type | XtString | read | reference |
| class | XtString | read | reference |
| default | XtString | read | reference |
| params | XtString (array) | read | reference |
| num_params | Cardinal | read | reference |
result XtAppGetErrorDatabaseArgument Information(app_context)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XrmDatabase | write | value |
| app_context | XtAppContext | read | value |
XtAppGetErrorDatabaseTextArgument Information(app_context, name, type, class, default, buffer_return, nbytes, database)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| name | XtString | read | reference |
| type | XtString | read | reference |
| class | XtString | read | reference |
| default | XtString | read | reference |
| buffer_return | XtString | read | reference |
| nbytes | LONGWORD | read | value |
| database | XrmDatabase | read | value |
result XtAppGetSelectionTimeoutArgument Information(app_context)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | LONGWORD UNSIGNED | write | value |
| app_context | XtAppContext | read | value |
XtAppInitializeArgument Information(app_context_return, application_class, options, num_options, argc_in_out, argv_in_out, fallback_resources, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context_return | XtAppContext | write | value |
| application_class | XtString | read | reference |
| options | LONGWORD UNSIGNED (array) | read | reference |
| num_options | Cardinal | read | value |
| argc_in_out | Cardinal | write | reference |
| argv_in_out | XtString (array) | write | reference |
| fallback_resources | XtString (array) | read | reference |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtAppMainLoopArgument Information(app_context )
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
XtAppNextEventArgument Information(app_context, event_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| event_return | Event | write | reference |
result XtAppPeekEventArgument Information(app_context, event_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Boolean | write | value |
| app_context | XtAppContext | read | value |
| event_return | Event | read | reference |
result XtAppPendingArgument Information(app_context)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtInputMask | write | value |
| app_context | XtAppContext | read | value |
XtAppProcessEventArgument Information(app_context, mask)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| mask | XtInputMask | read | value |
XtAppReleaseCacheRefsArgument Information(app_context, cache_ref)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| cache_ref | XtCacheRef | read | reference |
XtAppSetErrorHandlerArgument Information(app_context, handler)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context | XtAppContext | read | value |
| handler | XtErrorHandler | read | value |
result XtAppSetErrorMsgHandlerArgument Information(app_context, msg_handler)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtErrorMsgHandler | write | value |
| app_context | XtAppContext | read | value |
| msg_handler | XtErrorMsgHandler | read | value |
| Previous | Next | Contents | Index |