|
GEMLIB
0.44.0
|
#include <mt_gem.h>
Data Fields | |
| short * | ib_pmask |
| short * | ib_pdata |
| char * | ib_ptext |
| short | ib_char |
| short | ib_xchar |
| short | ib_ychar |
| short | ib_xicon |
| short | ib_yicon |
| short | ib_wicon |
| short | ib_hicon |
| short | ib_xtext |
| short | ib_ytext |
| short | ib_wtext |
| short | ib_htext |
TODO
| short icon_block::ib_char |
Icon character, foreground and background color
Bits :
15-12 Icon foreground color
11-8 Icon Background color
7-0 ASCCI value of the Character to be displayed
| short icon_block::ib_hicon |
Height of the icon
| short icon_block::ib_htext |
Height in pixels of the text
| short* icon_block::ib_pdata |
Ptr to the icon image
| short* icon_block::ib_pmask |
Ptr to the icon mask
| char* icon_block::ib_ptext |
Ptr to the icon text
| short icon_block::ib_wicon |
Width of the icon
| short icon_block::ib_wtext |
Width in pixels of the text
| short icon_block::ib_xchar |
X coordinate of the character
| short icon_block::ib_xicon |
X coordinate of the icon
| short icon_block::ib_xtext |
X coordinate of the text (relative to the position of the icon)
| short icon_block::ib_ychar |
Y coordinate of the character
| short icon_block::ib_yicon |
Y coordinate of the icon
| short icon_block::ib_ytext |
Y coordinate of the text (relative to the position of the icon)
1.8.9.1