Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxminitialize(3x) [osf1 man page]

DXmInitialize(3X)														 DXmInitialize(3X)

NAME
DXmInitialize - Prepares an application to use MRM widget-fetching facilities for the proprietary (DXm) Motif widgets. SYNOPSIS
void DXmInitialize() DESCRIPTION
The DXmInitialize routine performs a function similar to the MrmInitialize function, but for the DXm widgets. Calling DXmInitialize is equivalent to calling MrmRegisterClass for each of the DXm widgets (DXmColorMix, DXmHelp, DXmPrint, DXmCSText, and DXmSVN). DXmInitialize(3X)

Check Out this Related Man Page

MrmRegisterClass(library call)											    MrmRegisterClass(library call)

NAME
MrmRegisterClass -- Saves the information needed for MRM to access the widget creation function for user-defined widgets SYNOPSIS
#include <Mrm/MrmPublic.h> Cardinal MrmRegisterClass( MrmType class_code, String class_name, String create_name, Widget (*create_proc) (), WidgetClass class_record); DESCRIPTION
The MrmRegisterClass function allows MRM to access user-defined widget classes. This function registers the necessary information for MRM to create widgets of this class. You must call MrmRegisterClass prior to fetching any user-defined class widget. MrmRegisterClass saves the information needed to access the widget creation function and to do type conversion of argument lists by using the information in MRM databases. class_code This argument is ignored; it is present for compatibility with previous releases. class_name This argument is ignored; it is present for compatibility with previous releases. create_name Specifies the case-sensitive name of the low-level widget creation function for the class. An example from the Motif Toolkit is XmCreateLabel. Arguments are parent_widget, name, override_arglist, and override_argcount. For user-defined widgets, create_name is the creation procedure in the UIL that defines this widget. create_proc Specifies the address of the creation function that you named in create_name. class_record Specifies a pointer to the class record. RETURN
This function returns one of the following status return constants: MrmSUCCESS The function executed successfully. MrmFAILURE The function failed. MrmRegisterClass(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies