 |
DECwindows Motif for OpenVMS Guide to Non-C
Bindings
XtVaCreateManagedWidget
FORMAT
result XtVaCreateManagedWidget
(name, widget_class, parent, [name, value]...)
Argument Information
| 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
|
XtVaCreatePopupShell
FORMAT
XtVaCreatePopupShell
(name, widget_class, parent, [name, value]...)
Argument Information
| 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
|
XtVaCreateWidget
FORMAT
result XtVaCreateWidget
(name, object_class, parent, [name, value]...)
Argument Information
| 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
|
XtVaGetApplicationResources
FORMAT
XtVaGetApplicationResources
(w, base, resources, num_resources, [name, value]...)
Argument Information
| 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
|
XtVaGetSubresources
FORMAT
XtVaGetSubresources
(w, base, name, class, resources, num_resources, [name, value]...)
Argument Information
| 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
|
XtVaGetSubvalues
FORMAT
XtVaGetSubvalues
(base, resources, num_resources, [name, value...])
Argument Information
| 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
|
XtVaGetValues
FORMAT
XtVaGetValues
(object, [name, value]...)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
object
|
Widget
|
read
|
value
|
|
name
|
XtString
|
read
|
reference
|
|
value
|
XtArgVal
|
read
|
reference
|
XtVaSetSubvalues
FORMAT
XtVaSetSubvalues
(base, resources, num_resources, [name, value]...)
Argument Information
| 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
|
XtVaSetValues
FORMAT
XtVaSetValues
(object, [name, value]...)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
object
|
Widget
|
read
|
value
|
|
name
|
XtString
|
read
|
reference
|
|
value
|
XtArgVal
|
read
|
value
|
XtWarning
FORMAT
XtWarning
(message)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
message
|
XtString
|
read
|
value
|
This routine, superseded by XtAppWarningMsg, is supported for backward
compatibility.
XtWarningMsg
FORMAT
XtWarningMsg
(name, type, class, default, params, num_params)
Argument Information
| 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.
XtWidgetToApplicationContext
FORMAT
result XtWidgetToApplicationContext
(w)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
result
|
XtAppContext
|
write
|
value
|
|
w
|
Widget
|
read
|
value
|
XtWindow
FORMAT
result XtWindow
(w)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
result
|
Window
|
write
|
value
|
|
w
|
Widget
|
read
|
value
|
XtWindowOfObject
FORMAT
result XtWindowOfObject
(object)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
result
|
Window
|
write
|
value
|
|
object
|
Widget
|
read
|
value
|
XtWindowToWidget
FORMAT
widget XtWindowToWidget
(display, window)
Argument Information
| Argument |
Type |
Access |
Mechanism |
|
widget
|
Widget
|
write
|
value
|
|
display
|
Display
|
read
|
value
|
|
window
|
Window
|
read
|
value
|
Chapter 5 Intrinsics Data Structures
This chapter documents intrinsics data structures.
Arg
Field Information
| Argument |
Type |
|
name
|
ADDRESS
|
|
value
|
XtArgVal
|
XtActionsRec
Field Information
| Argument |
Type |
|
strng
|
XtString
|
|
proc
|
XtActionProc
|
XtCallbackRec
Field Information
| Argument |
Type |
|
callback
|
XtCallbackProc
|
|
closure
|
XtPointer
|
XtConvertArgRec
Field Information
| Argument |
Type |
|
address_mode
|
XtAddressMode
|
|
address_id
|
XtPointer
|
|
size
|
Cardinal
|
XtI18nContextRec
Field Information
| Argument |
Type |
|
locale
|
ADDRESS
|
|
use_mrm_hierarchy
|
Boolean
|
|
mrm_hierarchy_id
|
Opaque
|
|
widget_class
|
Opaque
|
XtPopdownIdRec
Field Information
| Argument |
Type |
|
shell_widget
|
Widget
|
|
enable_widget
|
Widget
|
XtResource
Field Information
| Argument |
Type |
|
resource_name
|
XtString
|
|
resource_class
|
XtString
|
|
resource_type
|
XtString
|
|
resource_size
|
Cardinal
|
|
resource_offset
|
Cardinal
|
|
default_type
|
XtString
|
|
default_addr
|
XtPointer
|
XtSubstitutionRec
Field Information
| Argument |
Type |
|
match
|
BYTE
|
|
substitution
|
XtString
|
XtWidgetGeometry
Field Information
| Argument |
Type |
|
request_mode
|
XtGeometryMask
|
|
x
|
Position
|
|
y
|
Position
|
|
width
|
Dimension
|
|
height
|
Dimension
|
|
border_width
|
Dimension
|
|
sibling
|
Widget
|
|
stack_mode
|
LONGWORD
|
|