FreeBSD Manual Pages
XmtRegisterAll(3) Library Functions Manual XmtRegisterAll(3) NAME XmtRegisterAll() - register all standard widgets, procedures, and re- source converters. SYNOPSIS #include <Xmt/Xmt.h> void XmtRegisterAll(void) ARGUMENTS None. DESCRIPTION XmtRegisterAll() is a convenience procedure that registers all Motif and Xmt widgets for the Xmt automatic widget creation facility, regis- ters all common Unix, Xt, and Xmt procedures for use with the Xmt call- back converter, and registers all of the Xmt-specific resource convert- ers. XmtRegisterAll() is defined as follows: void XmtRegisterAll(void) { XmtRegisterMotifWidgets(); XmtRegisterXmtWidgets(); XmtRegisterUnixProcedures(); XmtRegisterXtProcedures(); XmtRegisterXmtProcedures(); /* these are also registered by XmtInitialize() */ XmtRegisterBitmapConverter(); XmtRegisterBitmaskConverter(); XmtRegisterPixmapConverter(); XmtRegisterColorTableConverter(); XmtRegisterWidgetConverter(); XmtRegisterCallbackConverter(); XmtRegisterXmStringConverter(); XmtRegisterXmFontListConverter(); XmtRegisterStringListConverter(); XmtRegisterMenuItemsConverter(); XmtRegisterPixmapListConverter(); XmtRegisterPixelConverter(); XmtRegisterLayoutParser(); XmtRegisterLayoutCreateMethod(); } (R).SH SEE ALSO XmtRegisterMotifWidgets(), XmtRegisterUnixProcedures(), XmtRegisterXmtProcedures(), XmtRegisterXmtWidgets(), XmtRegisterXtProcedures(). Xmt Motif Tools XmtRegisterAll(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmtRegisterAll&sektion=3&manpath=FreeBSD+Ports+15.0>
