hpux man page for dtmrminitialize

Query: dtmrminitialize

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DtMrmInitialize(library call)											     DtMrmInitialize(library call)

NAME
DtMrmInitialize -- registers the Dt Widget with the Mrm library and initializes it
SYNOPSIS
#include <Dt/Mrm.h> void DtMrmInitialize(void)
DESCRIPTION
DtMrmInitialize first calls MrmInitialize, and then, using MrmRegisterClass, registers the following Dt widgets: o DtMenuButton o DtTerm o DtHelpDialog, DtHelpQuickDialog o DtEditor o 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.
ARGUMENTS
None.
SEE ALSO
uil(1) DtMrmInitialize(library call)
Related Man Pages
mrmregisterclass(3) - redhat
dtcreatehelpquickdialog(3) - hpux
dteditorcheckforunsavedchanges(3) - hpux
dteditorcopytoclipboard(3) - hpux
dteditorsetinsertionposition(3) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
How to list file size on HPUX?
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Thank you members and admins