1.5 Unsupported features

None of the 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 XtCreateApplicationContext() 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 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 XmFontList* functions have not been implemented.