Prev: Callback data and events Up: Introduction Top: Top
XtApp*
functions have been implemented, but most of
the corresponding functions without App
have been implemented,
except where noted below. Thus you cannot use an other than the
default application context. Other unimplemented functions are
XtCreateAplicationContext
and XtDestroyApplicationContext
.
The functions that deal with application resources have not been
implemented. The affected functions are:
XtGetApplicationResources
,
XtAddConverter
, and all
Xrm*
functions. A workaround is to use
void = os.system('xrdb -nocpp -merge <name>.resources')
.
The translation manager functions have not been implemented. The
affected functions are XtAddActions
,
XtParseTranslationsTable
, XtAugmentTranslations
, and
XtOverrideTranslations
.
The geometry management functions XtQueryGeometry
and
XtMakeResizeRequest
are not implemented.
Only a few functions with Display, Screen, or Event arguments or return types have been implemented.
The XmClipboard*
functions have not been implemented.
The XmCvt*
functions have not been implemented.
The Motif Pixmap and Image functions (XmDestroyPixmap
,
XmInstallImage
, XmUninstallImage
, and
XmGetPixmap
) have not been implemented.
The Motif drag and drop functions have not been implemented.
The XmFontList*
functions have not been implemented.