Registering Object Look-and-Feel Handlers Into a New Look-and-Feel Handler
To register object look-and-feel handlers into a new look-and-feel handler, you can either:
use the
IlvRegisterObjectLFHandler macro.
For example, by using the IlvRegisterObjectLFHandler macro, you can code in the definition file:
IlvRegisterObjectLFHandler(MyLookFeelHandler, IlvButton, MyButtonLFHandler);
This will register the object look-and-feel handler class
MyButtonLFHandler into the look-and-feel handler
MyLookFeelHandler for the
IlvButton class. This means that when an
IlvButton object that has the look-and-feel
MyLookFeelHandler tries to retrieve its object look-and-feel handler, it will get a pointer on a
MyButtonLFHandler instance.
Version 5.6
Copyright © 2012, Rogue Wave Software, Inc. All Rights Reserved.