You can change which button image is associated with a specific command.
To create new button images:
1. Design new button images. You can design small, medium, and large images, in color and in black and white.
2. Place the button images in an external resource DLL.
3. Load the resource DLL into Imagenation with IN_LoadResourceLibrary.
4. To associate all created bitmaps with a command (external or internal), use IN_SetCommandBitmapIDs. To leave any bitmaps unchanged, use a value of -1 for it.
To associate one bitmap at a time with a command, use the IN_SetCommandBitmapID function.
The new image, or images, are now associated with that command.
Back to: Defining buttons and button bars
See also