GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmtRegisterAll(3) FreeBSD Library Functions Manual XmtRegisterAll(3)

XmtRegisterAll() - register all standard widgets, procedures, and resource converters.

#include <Xmt/Xmt.h>

void XmtRegisterAll(void)

None.

XmtRegisterAll() is a convenience procedure that registers all Motif and Xmt widgets for the Xmt automatic widget creation facility, registers all common Unix, Xt, and Xmt procedures for use with the Xmt callback converter, and registers all of the Xmt-specific resource converters.

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();
}

XmtRegisterMotifWidgets(), XmtRegisterUnixProcedures(), XmtRegisterXmtProcedures(), XmtRegisterXmtWidgets(), XmtRegisterXtProcedures().
Motif Tools Xmt

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.