| Previous | Contents | Index |
result XtVaCreateManagedWidgetArgument Information(name, widget_class, parent, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Widget | write | value |
| name | XtString | read | reference |
| widget_class | WidgetClass | read | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaCreatePopupShellArgument Information(name, widget_class, parent, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| name | XtString | read | reference |
| widget_class | WidgetClass | read | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
result XtVaCreateWidgetArgument Information(name, object_class, parent, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Widget | write | value |
| name | XtString | read | reference |
| object_class | WidgetClass | read | value |
| parent | Widget | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaGetApplicationResourcesArgument Information(w, base, resources, num_resources, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| w | Widget | read | value |
| base | XtPointer | read | value |
| resources | XtResource (array) | read | reference |
| num_resources | Cardinal | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaGetSubresourcesArgument Information(w, base, name, class, resources, num_resources, [name, value]...)
| 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 |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaGetSubvaluesArgument Information(base, resources, num_resources, [name, value...])
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| base | XtPointer | read | value |
| resources | XtResource (array) | read | reference |
| num_resources | Cardinal | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaGetValuesArgument Information(object, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| object | Widget | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | reference |
XtVaSetSubvaluesArgument Information(base, resources, num_resources, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| base | XtPointer | read | value |
| resources | XtResource (array) | read | reference |
| num_resources | Cardinal | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtVaSetValuesArgument Information(object, [name, value]...)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| object | Widget | read | value |
| name | XtString | read | reference |
| value | XtArgVal | read | value |
XtWarningArgument Information(message)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| message | XtString | read | value |
This routine, superseded by XtAppWarningMsg, is supported for backward compatibility.
XtWarningMsgArgument Information(name, type, class, default, params, num_params)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| 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 |
This routine, superseded by XtAppWarningMsg, is supported for backward compatibility.
result XtWidgetToApplicationContextArgument Information(w)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | XtAppContext | write | value |
| w | Widget | read | value |
result XtWindowArgument Information(w)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Window | write | value |
| w | Widget | read | value |
result XtWindowOfObjectArgument Information(object)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| result | Window | write | value |
| object | Widget | read | value |
widget XtWindowToWidgetArgument Information(display, window)
| Argument | Type | Access | Mechanism |
|---|---|---|---|
| widget | Widget | write | value |
| display | Display | read | value |
| window | Window | read | value |
This chapter documents intrinsics data structures.
| Argument | Type |
|---|---|
| name | ADDRESS |
| value | XtArgVal |
| Argument | Type |
|---|---|
| strng | XtString |
| proc | XtActionProc |
| Argument | Type |
|---|---|
| callback | XtCallbackProc |
| closure | XtPointer |
| Argument | Type |
|---|---|
| address_mode | XtAddressMode |
| address_id | XtPointer |
| size | Cardinal |
| Argument | Type |
|---|---|
| locale | ADDRESS |
| use_mrm_hierarchy | Boolean |
| mrm_hierarchy_id | Opaque |
| widget_class | Opaque |
| Argument | Type |
|---|---|
| shell_widget | Widget |
| enable_widget | Widget |
| Argument | Type |
|---|---|
| resource_name | XtString |
| resource_class | XtString |
| resource_type | XtString |
| resource_size | Cardinal |
| resource_offset | Cardinal |
| default_type | XtString |
| default_addr | XtPointer |
| Argument | Type |
|---|---|
| match | BYTE |
| substitution | XtString |
| Argument | Type |
|---|---|
| request_mode | XtGeometryMask |
| x | Position |
| y | Position |
| width | Dimension |
| height | Dimension |
| border_width | Dimension |
| sibling | Widget |
| stack_mode | LONGWORD |
| Previous | Next | Contents | Index |