MrmRegisterClassSection: Misc. Reference Manual Pages (library call) |
MrmRegisterClassSection: Misc. Reference Manual Pages (library call) |
#include <Mrm/MrmPublic.h> Cardinal MrmRegisterClass( MrmType class_code, String class_name, String create_name, Widget (*create_proc) (), WidgetClass class_record);
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.
This function returns one of the following status return constants: