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(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.