Saves the information needed for MRM to access the widget creation function for user-defined widgets
Format
#include <Mrm/MrmPublic.h> Cardinal MrmRegisterClass MrmType class_codeString class_nameString create_nameWidget (*create_proc) ()WidgetClass class_record
DESCRIPTION
The MrmRegisterClass function 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.
For user-defined widgets, create_name is the creation procedure in the UIL that defines this widget.
RETURN
This function returns one of the following status return constants: