HP OpenVMS Systems Documentation

Content starts here

DECwindows Motif for OpenVMS Guide to Non-C Bindings


Previous Contents Index


XtGetMultiClickTime


FORMAT

result XtGetMultiClickTime

(display)

Argument Information
Argument Type Access Mechanism
result LONGWORD write value
display Display read value

XtGetResourceList


FORMAT

XtGetResourceList

(class, resources_return, num_resources_return)

Argument Information
Argument Type Access Mechanism
class WidgetClass read value
resources_return XtResource (array) write reference
num_resources_return Cardinal write reference

XtGetSelectionRequest


FORMAT

result XtGetSelectionRequest

(w, selection, request_id)

Argument Information
Argument Type Access Mechanism
result ADDRESS write value
w Widget read value
selection Atom read value
request_id XtRequestId read value

XtGetSelectionTimeout


FORMAT

result XtGetSelectionTimeout

( )

Argument Information
Argument Type Access Mechanism
result uns longword write value

This routine, superseded by XtAppGetSelectionTimeout, is supported for backward compatibility.


XtGetSelectionValue


FORMAT

XtGetSelectionValue

(w, selection, target, callback, client_data, time)

Argument Information
Argument Type Access Mechanism
w Widget read value
selection Atom read value
target Atom read value
callback XtSelectionCallbackProc read value
client_data XtPointer read value
time Time read value

XtGetSelectionValueIncremental


FORMAT

XtGetSelectionValueIncremental

(w, selection, target, selection_callback, client_data, time)

Argument Information
Argument Type Access Mechanism
w Widget read value
selection Atom read value
target Atom read value
selection_callback XtSelectionCallbackProc read value
client_data XtPointer read value
time Time read value

XtGetSelectionValues


FORMAT

XtGetSelectionValues

(w, selection, targets, count, callback, client_datas, time)

Argument Information
Argument Type Access Mechanism
w Widget read value
selection Atom read value
targets Atom read reference
count longword read value
callback XtSelectionCallbackProc read value
client_datas XtPointer read reference
time Time read value

XtGetSelectionValuesIncremental


FORMAT

XtGetSelectionValuesIncremental

(w, selection, targets, count, selection_callback, client_data, time)

Argument Information
Argument Type Access Mechanism
w Widget read value
selection Atom read value
targets Atom read reference
count longword read value
selection_callback XtSelectionCallbackProc read value
client_data XtPointer read reference
time Time read value

XtGetSubresources


FORMAT

XtGetSubresources

(w, base, name, class, resources, num_resources, args, num_args)

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
args Arg (array) read reference
num_args Cardinal read value

XtGetSubvalues


FORMAT

XtGetSubvalues

(base, resources, num_resources, args, num_args)

Argument Information
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

XtGetValues


FORMAT

XtGetValues

(object, args, num_args)

Argument Information
Argument Type Access Mechanism
object Widget read value
args Arg (array) read reference
num_args Cardinal read value

XtGrabButton


FORMAT

XtGrabButton

(widget, button, modifiers, owner_events, event_mask, pointer_mode, keyboard_mode, confine_to, cursor)

Argument Information
Argument Type Access Mechanism
widget Widget read value
button LONGWORD read value
modifiers Modifiers read value
owner_events Boolean read value
event_mask LONGWORD UNSIGNED read value
pointer_mode LONGWORD read value
keyboard_mode LONGWORD read value
confine_to Window read value
cursor Cursor read value

XtGrabKey


FORMAT

XtGrabKey

(widget, keycode, modifiers, owner_events, pointer_mode, keyboard_mode)

Argument Information
Argument Type Access Mechanism
widget Widget read value
keycode Keycode read value
modifiers Modifiers read value
owner_events Boolean read value
pointer_mode LONGWORD read value
keyboard_mode LONGWORD read value

XtGrabKeyboard


FORMAT

XtGrabKeyboard

(widget, owner_events, pointer_mode, keyboard_mode, time)

Argument Information
Argument Type Access Mechanism
widget Widget read value
owner_events Boolean read value
pointer_mode LONGWORD read value
keyboard_mode LONGWORD read value
time Time read value

XtGrabPointer


FORMAT

XtGrabPointer

(widget, owner_events, event_mask, pointer_mode, keyboard_mode, confine_to, cursor, time)

Argument Information
Argument Type Access Mechanism
widget Widget read value
owner_events Boolean read value
event_mask LONGWORD UNSIGNED read value
pointer_mode LONGWORD read value
keyboard_mode LONGWORD read value
confine_to Window read value
cursor Cursor read value
time Time read value

XtHasCallbacks


FORMAT

callback_status XtHasCallbacks

(w, callback_name)

Argument Information
Argument Type Access Mechanism
callback_status XtCallbackStatus write value
w Widget read value
callback_name XtString read reference

XtInitialize


FORMAT

widget XtInitialize

(shell_name, application_class, options, num_options, argc, argv)

Argument Information
Argument Type Access Mechanism
widget Widget write value
shell_name XtString read reference
application_class XtString read reference
options LONGWORD UNSIGNED (array) read value
num_options Cardinal read value
argc Cardinal modify reference
argv ADDRESS (array) modify reference

This routine, superseded by XtAppInitialize, is supported for backward compatibility.


XtInitializeWidgetClass


FORMAT

XtInitializeWidgetClass

(object_class)

Argument Information
Argument Type Access Mechanism
object_class WidgetClass read value

XtInsertEventHandler


FORMAT

XtInsertEventHandler

(w, event_mask, nonmaskable, proc, client_data, position)

Argument Information
Argument Type Access Mechanism
w Widget read value
event_mask EventMask read value
nonmaskable Boolean read value
proc XtEventHandler read value
client_data XtPointer read value
position XtListPosition read value

XtInsertRawEventHandler


FORMAT

XtInsertRawEventHandler

(w, event_mask, nonmaskable, proc, client_data, position)

Argument Information
Argument Type Access Mechanism
w Widget read value
event_mask EventMask read value
nonmaskable Boolean read value
proc XtEventHandler read value
client_data XtPointer read value
position XtListPosition read value


Previous Next Contents Index