HP OpenVMS Systems Documentation

Content starts here

DECwindows Motif for OpenVMS Guide to Non-C Bindings


Previous Contents Index


XtAppSetFallbackResources


FORMAT

XtAppSetFallbackResources

(app_context, specification_list)

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
specification_list XtString (array) read reference

XtAppSetSelectionTimeout


FORMAT

XtAppSetSelectionTimeout

(app_context, timeout)

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
timeout LONGWORD UNSIGNED read value

XtAppSetTypeConverter


FORMAT

XtAppSetTypeConverter

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

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
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

XtAppSetWarningHandler


FORMAT

XtAppSetWarningHandler

(app_context, handler)

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
handler XtErrorHandler read value

XtAppSetWarningMsgHandler


FORMAT

XtAppSetWarningMsgHandler

(app_context, msg_handler)

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
msg_handler XtErrorMsgHandler read value

XtAppWarning


FORMAT

XtAppWarning

(app_context, message )

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
message XtString read reference

XtAppWarningMsg


FORMAT

XtAppWarningMsg

(app_context, name, type, class, default, params, num_params)

Argument Information
Argument Type Access Mechanism
app_context XtAppContext read value
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

XtAugmentTranslations


FORMAT

XtAugmentTranslations

(w, translations)

Argument Information
Argument Type Access Mechanism
w Widget read value
translations XtTranslations read value

XtBuildEventMask


FORMAT

result XtBuildEventMask

(w)

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

XtCallAcceptFocus


FORMAT

result XtCallAcceptFocus

(w, time)

Argument Information
Argument Type Access Mechanism
result Boolean write value
w Widget read value
time Time read reference

XtCallActionProc


FORMAT

XtCallActionProc

(widget, action, event, params, num_params)

Argument Information
Argument Type Access Mechanism
widget Widget read value
action XtString read value
event Event read reference
params XtString (array) read reference
num_params Cardinal read value

XtCallbackExclusive


FORMAT

XtCallbackExclusive

(w, client_data, callback_data)

Argument Information
Argument Type Access Mechanism
w Widget read value
client_data XtPointer read value
callback_data XtPointer read value

XtCallbackNone


FORMAT

XtCallbackNone

(w, client_data, call_data)

Argument Information
Argument Type Access Mechanism
w Widget read value
client_data XtPointer read value
call_data XtPointer read value

XtCallbackNonexclusive


FORMAT

XtCallbackNonexclusive

(w, client_data, call_data)

Argument Information
Argument Type Access Mechanism
w Widget read value
client_data XtPointer read value
call_data XtPointer read value

XtCallbackPopdown


FORMAT

XtCallbackPopdown

(w, client_data, call_data)

Argument Information
Argument Type Access Mechanism
w Widget read value
client_data XtPointer read value
call_data XtPointer read value

XtCallbackReleaseCacheRef


FORMAT

XtCallbackReleaseCacheRef

(object, client_data, call_data)

Argument Information
Argument Type Access Mechanism
object Widget read value
client_data XtPointer read value
call_data XtPointer read value

XtCallbackReleaseCacheRefList


FORMAT

XtCallbackReleaseCacheRefList

(object, client_data, call_data)

Argument Information
Argument Type Access Mechanism
object Widget read value
client_data XtPointer read value
call_data XtPointer read value

XtCallCallbackList


FORMAT

XtCallCallbackList

(widget, callbacks, call_data)

Argument Information
Argument Type Access Mechanism
widget Widget read value
callbacks XtCallbackRec (array) read reference
call_data XtPointer read value

XtCallCallbacks


FORMAT

XtCallCallbacks

(w, callback_name, call_data)

Argument Information
Argument Type Access Mechanism
w Widget read value
callback_name XtString read reference
call_data XtPointer read value

XtCallConverter


FORMAT

result XtCallConverter

(display, converter, args, num_args, from, to_in_out, cache_ref_return)

Argument Information
Argument Type Access Mechanism
result Boolean write value
display Display read value
converter XtTypeConverter read value
args XrmValuePtr read value
num_args Cardinal read value
from XrmValuePtr read value
to_in_out XrmValuePtr write reference
cache_ref_return XtCacheRef write reference

XtCalloc


FORMAT

result XtCalloc

(num, size)

Argument Information
Argument Type Access Mechanism
result ADDRESS write value
num Cardinal read value
size Cardinal read value

XtClass


FORMAT

result XtClass

(w)

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

XtCloseDisplay


FORMAT

XtCloseDisplay

(display)

Argument Information
Argument Type Access Mechanism
display Display read value

XtConvert


FORMAT

XtConvert

(w, from_type, from, to_type, to_return)

Argument Information
Argument Type Access Mechanism
w Widget read value
from_type XtString read reference
from XrmValuePtr read value
to_type XtString read reference
to_return XrmValuePtr read value

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


XtConvertAndStore


FORMAT

status XtConvertAndStore

(object, from_type, from, toType, to_in_out)

Argument Information
Argument Type Access Mechanism
status Boolean write value
object Widget read value
from_type XtString read reference
from XrmValuePtr read value
toType XtString read reference
to_in_out XrmValuePtr read value

XtConvertCase


FORMAT

XtConvertCase

(display, keysym, lower_return, upper_return)

Argument Information
Argument Type Access Mechanism
display Display read value
keysym KeySym read value
lower_return KeySym write reference
upper_return KeySym write reference


Previous Next Contents Index