HP OpenVMS Systems Documentation

Content starts here

DECwindows Motif for OpenVMS Guide to Non-C Bindings


Previous Contents Index


XtSetMappedWhenManaged


FORMAT

XtSetMappedWhenManaged

(w, mapped_when_managed)

Argument Information
Argument Type Access Mechanism
w Widget read value
mapped_when_managed Boolean read value

XtSetMultiClickTime


FORMAT

XtSetMultiClickTime

(display, time)

Argument Information
Argument Type Access Mechanism
display Display read value
time LONGWORD read value

XtSetSelectionTimeout


FORMAT

XtSetSelectionTimeout

(timeout)

Argument Information
Argument Type Access Mechanism
timeout LONGWORD UNSIGNED read value

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


XtSetSensitive


FORMAT

XtSetSensitve

(w, sensitive)

Argument Information
Argument Type Access Mechanism
w Widget read value
sensitive Boolean read value

XtSetSubvalues


FORMAT

XtSetSubvalues

(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

XtSetTypeConverter


FORMAT

XtSetTypeConverter

(from_type, toType, converter, convert_args, num_args, cache_type, destructor)

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

XtSetValues


FORMAT

XtSetValues

(object, args, num_args)

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

XtSetWarningHandler


FORMAT

XtSetWarningHandler

(handler)

Argument Information
Argument Type Access Mechanism
handler XtErrorHandler read value

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


XtSetWarningMsgHandler


FORMAT

XtSetWarningMsgHandler

(msg_handler)

Argument Information
Argument Type Access Mechanism
msg_handler XtErrorMsgHandler read value

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


XtSetWMColormapWindows


FORMAT

XtSetWMColormapWindows

(widget, widget_list, count)

Argument Information
Argument Type Access Mechanism
widget Widget read value
widget_list Widget (array) read reference
count Cardinal read value

XtStringConversionWarning


FORMAT

XtStringConversionWarning

(from, toType )

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


XtSuperclass


FORMAT

result XtSuperclass

(w)

Argument Information
Argument Type Access Mechanism
result WidgetClass write value
w Widget read value

XtToolkitInitialize


FORMAT

XtToolkitInitialize

( )


XtTranslateCoords


FORMAT

XtTranslateCoords

(w, x, y, rootx_return, rooty_return)

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

XtTranslateKey


FORMAT

XtTranslateKey

(display, keycode, modifiers, modifiers_return, keysym_return)

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

XtTranslateKeycode


FORMAT

XtTranslateKeycode

(display, keycode, modifiers, modifiers_return, keysym_return)

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

XtUngrabButton


FORMAT

XtUngrabButton

(widget, button, modifiers)

Argument Information
Argument Type Access Mechanism
widget Widget read value
button LONGWORD read value
modifiers Modifier read value

XtUngrabKey


FORMAT

XtUngrabKey

(widget, keycode, modifiers)

Argument Information
Argument Type Access Mechanism
widget Widget read value
keycode KeyCode read value
modifiers Modifiers read value

XtUngrabKeyboard


FORMAT

XtUngrabKeyboard

(widget, time)

Argument Information
Argument Type Access Mechanism
widget Widget read value
time Time read value

XtUngrabPointer


FORMAT

XtUngrabPointer

(widget, time)

Argument Information
Argument Type Access Mechanism
widget Widget read value
time Time read value

XtUninstallTranslations


FORMAT

XtUninstallTranslations

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XtUnmanageChild


FORMAT

XtUnmanageChild

(child)

Argument Information
Argument Type Access Mechanism
child Widget read value

XtUnmanageChildren


FORMAT

XtUnmanageChildren

(children, num_children)

Argument Information
Argument Type Access Mechanism
children Widget (array) read reference
num_children Cardinal read value

XtUnrealizeWidget


FORMAT

XtUnrealizeWidget

(w)

Argument Information
Argument Type Access Mechanism
w Widget read value

XtVaAppCreateShell


FORMAT

XtVaAppCreateShell

(application_name, application_class, widget_class, display, [name, value]...)

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

XtVaAppInitialize


FORMAT

XtVaAppInitialize

(app_context_return, application_class, options, num_options, argc_in_out, argv_in_out, fallback_resources, [name, value]...)

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

XtVaCreateArgsList


FORMAT

result XtVaCreateArgsList

(unused, [name, value]...)

Argument Information
Argument Type Access Mechanism
result XtVarArgsList write value
unused XtPointer read value
name XtString read reference
value XtArgVal read value


Previous Next Contents Index