|
DECwindows Motif for OpenVMS Guide to Non-C
Bindings
XtInstallAccelerators
FORMAT
XtInstallAccelerators
(destination, source)
Argument Information
Argument |
Type |
Access |
Mechanism |
destination
|
Widget
|
read
|
value
|
source
|
Widget
|
read
|
value
|
XtInstallAllAccelerators
FORMAT
XtInstallAllAccelerators
(destination, source)
Argument Information
Argument |
Type |
Access |
Mechanism |
destination
|
Widget
|
read
|
value
|
source
|
Widget
|
read
|
value
|
XtIsManaged
FORMAT
result XtIsManaged
(w)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
XtIsObject
FORMAT
result XtIsObject
(w)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
XtIsRealized
FORMAT
result XtIsRealized
(w)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
XtIsSensitive
FORMAT
result XtIsSensitive
(w)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
XtIsSubclass
FORMAT
result XtIsSubclass
(w, widget_class )
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
widget_class
|
WidgetClass
|
read
|
value
|
XtKeysymToKeycodeList
FORMAT
XtKeysymToKeycodeList
(display, keysym, keycodes_return, keycount_return)
Argument Information
Argument |
Type |
Access |
Mechanism |
display
|
Display
|
read
|
value
|
keysym
|
KeySym
|
read
|
value
|
keycodes_return
|
Key
|
write
|
reference
|
keycount_return
|
Cardinal
|
write
|
reference
|
XtLastTimestampProcessed
FORMAT
result XtLastTimestampProcessed
(display)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Time
|
write
|
value
|
display
|
Display
|
read
|
value
|
XtMainLoop
FORMAT
XtMainLoop
( )
This routine, superseded by XtAppMainLoop, is supported for backward
compatibility.
XtMakeGeometryRequest
FORMAT
status XtMakeGeometryRequest
(w, requests, reply_return)
Argument Information
Argument |
Type |
Access |
Mechanism |
status
|
XtGeometryResult
|
write
|
value
|
w
|
Widget
|
read
|
value
|
requests
|
XtWidgetGeometry
|
read
|
value
|
reply_return
|
XtWidgetGeometry
|
write
|
reference
|
XtMakeResizeRequest
FORMAT
status XtMakeResizeRequest
(w, width, height, width_return, height_return)
Argument Information
Argument |
Type |
Access |
Mechanism |
status
|
XtGeometryResult
|
write
|
value
|
w
|
Widget
|
read
|
value
|
width
|
Dimension
|
read
|
value
|
height
|
Dimension
|
read
|
value
|
width_return
|
Dimension
|
read
|
value
|
height_return
|
Dimension
|
read
|
value
|
XtMalloc
FORMAT
result XtMalloc
(size)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
ADDRESS
|
write
|
value
|
size
|
Cardinal
|
read
|
value
|
XtManageChild
FORMAT
XtManageChild
(child)
Argument Information
Argument |
Type |
Access |
Mechanism |
child
|
Widget
|
read
|
value
|
XtManageChildren
FORMAT
XtManageChildren
(children, num_children)
Argument Information
Argument |
Type |
Access |
Mechanism |
children
|
WidgetList
|
read
|
reference
|
num_children
|
Cardinal
|
read
|
value
|
XtMenuPopupAction
FORMAT
XtMenuPopupAction
(w, event, params, num_params)
Argument Information
Argument |
Type |
Access |
Mechanism |
w
|
Widget
|
read
|
value
|
event
|
Event
|
read
|
reference
|
params
|
XtString (array)
|
read
|
reference
|
num_params
|
Cardinal
|
modify
|
reference
|
XtMergeArgLists
FORMAT
result XtMergeArgLists
(args, num_args1, args2, num_args2)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
ArgList
|
write
|
value
|
args
|
Arg (array)
|
read
|
reference
|
num_args1
|
Cardinal
|
read
|
value
|
args2
|
Arg (array)
|
read
|
reference
|
num_args2
|
Cardinal
|
read
|
value
|
XtName
FORMAT
result XtName
(object)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
XtString
|
write
|
value
|
object
|
Widget
|
read
|
value
|
XtNameToWidget
FORMAT
widget XtNameToWidget
(reference, name)
Argument Information
Argument |
Type |
Access |
Mechanism |
widget
|
Widget
|
write
|
value
|
reference
|
Widget
|
read
|
value
|
name
|
XtString
|
read
|
reference
|
XtNextEvent
FORMAT
XtNextEvent
(event_return)
Argument Information
Argument |
Type |
Access |
Mechanism |
event_return
|
Event
|
write
|
reference
|
This routine, superseded by XtAppNextEvent, is supported for backward
compatibility.
XtOpenDisplay
FORMAT
result XtOpenDisplay
(app_context, display_string, application_name, application_class,
options, num_options, argc, argv)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Display
|
write
|
value
|
app_context
|
XtAppContext
|
read
|
value
|
display_string
|
XtString
|
read
|
reference
|
application_name
|
XtString
|
read
|
reference
|
application_class
|
XtString
|
read
|
reference
|
options
|
LONGWORD UNSIGNED (array)
|
read
|
reference
|
num_options
|
Cardinal
|
read
|
value
|
argc
|
Cardinal
|
modify
|
reference
|
argv
|
ADDRESS (array)
|
modify
|
reference
|
XtOverrideTranslations
FORMAT
XtOverrideTranslations
(w, translations)
Argument Information
Argument |
Type |
Access |
Mechanism |
w
|
Widget
|
read
|
value
|
translations
|
XtTranslations
|
read
|
value
|
XtOwnSelection
FORMAT
result XtOwnSelection
(w, selection, time, convert_proc, lose_selection, done_proc)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
selection
|
Atom
|
read
|
value
|
time
|
Time
|
read
|
value
|
convert_proc
|
XtConvertSelectionProc
|
read
|
value
|
lose_selection
|
XtLoseSelectionProc
|
read
|
value
|
done_proc
|
XtSelectionDoneProc
|
read
|
value
|
XtOwnSelectionIncremental
FORMAT
result XtOwnSelectionIncremental
(w, selection, time, convert_callback, lose_callback, done_callback,
cancel_callback, client_data)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Boolean
|
write
|
value
|
w
|
Widget
|
read
|
value
|
selection
|
Atom
|
read
|
value
|
time
|
Time
|
read
|
value
|
convert_callback
|
XtConvertSelectionProc
|
read
|
value
|
lose_callback
|
XtLoseSelectionProc
|
read
|
value
|
done_callback
|
XtSelectionDoneProc
|
read
|
value
|
cancel_callback
|
XtCancelConvertSelectionProc
|
read
|
value
|
client_data
|
XtPointer
|
read
|
value
|
XtParent
FORMAT
result XtParent
(w)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
Widget
|
write
|
value
|
w
|
Widget
|
read
|
value
|
XtParseAcceleratorTable
FORMAT
result XtParseAcceleratorTable
(source)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
XtAccelerators
|
write
|
value
|
source
|
XtString
|
read
|
reference
|
XtParseTranslationTable
FORMAT
result XtParseTranslationTable
(source)
Argument Information
Argument |
Type |
Access |
Mechanism |
result
|
XtTranslations
|
write
|
value
|
source
|
XtString
|
read
|
reference
|
|