Installing the Object Look-and-Feel Handlers
To install your object look-and-feel handlers on their corresponding look-and-feel handler, use the macro IlvRegisterObjectLFHandler:
IlvRegisterObjectLFHandler(IlvMotifLFHandler,
MyComponent,
MyComponentMLFHandler);
The previous code registers the MyComponentMLFHandler class as the object look-and-feel handler for the MyComponent class displayed using the Motif look.
You do not have to create or delete instances of object look-and-feel handlers, it will be done automatically.
Published date: 05/24/2022
Last modified date: 02/24/2022