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
DtMrmInitialize(library call) DtMrmInitialize(library call)

DtMrmInitialize — registers the Dt Widget with the Mrm library and initializes it

#include &<Dt/Mrm.h>
void DtMrmInitialize(void)

DtMrmInitialize first calls MrmInitialize, and then, using MrmRegisterClass, registers the following Dt widgets:

DtMenuButton
DtTerm
DtHelpDialog, DtHelpQuickDialog
DtEditor
DtPrintSetupBox, DtPrintSetupDialog

(Refer to the individual widgets for the exact class pointer names, resources, etc.)

DtMrmInitialize is part of the DtMrm run time library. It is necessary to link with libMrm to use this function. It is also necessary to link with libDtHelp, libDtPrint, libDtTerm, and libDtWidget to resolve all the create routines.

This function might be implemented as a macro. Do not rely on it being a function (i.e. usable as data) in all implementations of CDE.

None.

uil(1)


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

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