| Previous | Contents | Index |
XtSetMappedWhenManagedArgument Information(w, mapped_when_managed)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| mapped_when_managed | Boolean | read | value |
XtSetMultiClickTimeArgument Information(display, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| display | Display | read | value |
| time | LONGWORD | read | value |
XtSetSelectionTimeoutArgument Information(timeout)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| timeout | LONGWORD UNSIGNED | read | value |
This routine, superseded by XtAppSetSelectionTimeout, is supported for backward compatibility.
XtSetSensitveArgument Information(w, sensitive)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| sensitive | Boolean | read | value |
XtSetSubvaluesArgument 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 |
XtSetTypeConverterArgument Information(from_type, toType, converter, convert_args, num_args, cache_type, destructor)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| from_type | XtString | read | reference |
| toType | XtString | read | reference |
| converter | XtTypeConverter | read | value |
| convert_args | XtConvertArgRec (array) | read | reference |
| num_args | Cardinal | read | value |
| cache_type | XtCacheType | read | value |
| destructor | XtDestructor | read | value |
XtSetValuesArgument Information(object, args, num_args)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| object | Widget | read | value |
| args | Arg (array) | read | reference |
| num_args | Cardinal | read | value |
XtSetWarningHandlerArgument Information(handler)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| handler | XtErrorHandler | read | value |
This routine, superseded by XtAppSetWarningHandler, is supported for backward compatibility.
XtSetWarningMsgHandlerArgument Information(msg_handler)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| msg_handler | XtErrorMsgHandler | read | value |
This routine, superseded by XtSetWarningMsgHandler, is supported for backward compatibility.
XtSetWMColormapWindowsArgument Information(widget, widget_list, count)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| widget_list | Widget (array) | read | reference |
| count | Cardinal | read | value |
XtStringConversionWarningArgument Information(from, toType )
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| from | XtString | read | value |
| toType | XtString | read | value |
This procedure is a convenience routine for use by prior to R4 resource converters that convert from strings to other formats.
result XtSuperclassArgument Information(w)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | WidgetClass | write | value |
| w | Widget | read | value |
XtToolkitInitialize( )
XtTranslateCoordsArgument Information(w, x, y, rootx_return, rooty_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| x | Position | read | value |
| y | Position | read | value |
| rootx_return | Position | write | reference |
| rooty_return | Position | write | reference |
XtTranslateKeyArgument Information(display, keycode, modifiers, modifiers_return, keysym_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| display | Display | read | value |
| keycode | KeyCode | read | value |
| modifiers | Modifiers | read | value |
| modifiers_return | Modifiers | write | reference |
| keysym_return | KeySym | write | reference |
XtTranslateKeycodeArgument Information(display, keycode, modifiers, modifiers_return, keysym_return)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| display | Display | read | value |
| keycode | KeyCode | read | value |
| modifiers | Modifiers | read | value |
| modifiers_return | Modifiers | write | reference |
| keysym_return | KeySym | write | reference |
XtUngrabButtonArgument Information(widget, button, modifiers)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| button | LONGWORD | read | value |
| modifiers | Modifier | read | value |
XtUngrabKeyArgument Information(widget, keycode, modifiers)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| keycode | KeyCode | read | value |
| modifiers | Modifiers | read | value |
XtUngrabKeyboardArgument Information(widget, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| time | Time | read | value |
XtUngrabPointerArgument Information(widget, time)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | read | value |
| time | Time | read | value |
XtUninstallTranslationsArgument Information(w)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
XtUnmanageChildArgument Information(child)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| child | Widget | read | value |
XtUnmanageChildrenArgument Information(children, num_children)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| children | Widget (array) | read | reference |
| num_children | Cardinal | read | value |
XtUnrealizeWidgetArgument Information(w)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
XtVaAppCreateShellArgument Information(application_name, application_class, widget_class, display, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| application_name | XtString | read | reference |
| application_class | XtString | read | reference |
| widget_class | WidgetClass | read | value |
| display | Display | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaAppInitializeArgument Information(app_context_return, application_class, options, num_options, argc_in_out, argv_in_out, fallback_resources, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| app_context_return | XtAppContext | write | reference |
| application_class | XtString | read | reference |
| options | LONGWORD UNSIGNED (array) | read | reference |
| num_options | Cardinal | read | value |
| argc_in_out | Cardinal | read | value |
| argv_in_out | XtString (array) | write | reference |
| fallback_resources | XtString (array) | write | reference |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
result XtVaCreateArgsListArgument Information(unused, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtVarArgsList | write | value |
| unused | XtPointer | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
| Previous | Next | Contents | Index |