![]() |
Previous | Next |
The following lines show a typical Bitmaps section of a skin definition file:
[ Bitmaps ]
// <Type> <File name> <X,Y>
// ------ ----------- -----
Background Background.bmp 0,0
Disabled Disabled.bmp 40,50
Pushed Pushed.bmp 40,50
Region Region.bmp 40,50
Super Super.bmp 0,0
This defines five bitmaps that are used to create a background image, images for disabled and pushed buttons, a region image for region buttons, and a super image for trackbars.
Previous | Next |