add widgets to periodic table
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
183e2b0e04
commit
d225f7cb72
9 changed files with 158 additions and 160 deletions
|
|
@ -7,44 +7,37 @@
|
|||
* These ""glyphs"" are unencumbered
|
||||
*/
|
||||
MwCursor MwCursorArrow = {
|
||||
14, 14, -13, -14,
|
||||
{
|
||||
3, /* ............## */
|
||||
15, /* ..........#### */
|
||||
62, /* ........#####. */
|
||||
254, /* ......#######. */
|
||||
1020, /* ....########.. */
|
||||
4092, /* ..##########.. */
|
||||
248, /* ......#####... */
|
||||
504, /* .....######... */
|
||||
944, /* ....###.##.... */
|
||||
1840, /* ...###..##.... */
|
||||
3616, /* ..###...#..... */
|
||||
7200, /* .###....#..... */
|
||||
14336, /* ###........... */
|
||||
4096, /* .#............ */
|
||||
0,
|
||||
0
|
||||
}
|
||||
};
|
||||
14, 14, -13, -14, {3, /* ............## */
|
||||
15, /* ..........#### */
|
||||
62, /* ........#####. */
|
||||
254, /* ......#######. */
|
||||
1020, /* ....########.. */
|
||||
4092, /* ..##########.. */
|
||||
248, /* ......#####... */
|
||||
504, /* .....######... */
|
||||
944, /* ....###.##.... */
|
||||
1840, /* ...###..##.... */
|
||||
3616, /* ..###...#..... */
|
||||
7200, /* .###....#..... */
|
||||
14336, /* ###........... */
|
||||
4096, /* .#............ */
|
||||
0, 0}};
|
||||
MwCursor MwCursorArrowMask = {
|
||||
16, 16, -14, -15,
|
||||
{
|
||||
7, /* .............### */
|
||||
31, /* ...........##### */
|
||||
127, /* .........####### */
|
||||
510, /* .......########. */
|
||||
2046, /* .....##########. */
|
||||
8188, /* ...###########.. */
|
||||
16380, /* ..############.. */
|
||||
16376, /* ..###########... */
|
||||
2040, /* .....########... */
|
||||
4080, /* ....########.... */
|
||||
8176, /* ...#########.... */
|
||||
16096, /* ..#####.###..... */
|
||||
31968, /* .#####..###..... */
|
||||
63552, /* #####....#...... */
|
||||
28672, /* .###............ */
|
||||
8192 /* ..#............. */
|
||||
}
|
||||
};
|
||||
16, 16, -14, -15, {
|
||||
7, /* .............### */
|
||||
31, /* ...........##### */
|
||||
127, /* .........####### */
|
||||
510, /* .......########. */
|
||||
2046, /* .....##########. */
|
||||
8188, /* ...###########.. */
|
||||
16380, /* ..############.. */
|
||||
16376, /* ..###########... */
|
||||
2040, /* .....########... */
|
||||
4080, /* ....########.... */
|
||||
8176, /* ...#########.... */
|
||||
16096, /* ..#####.###..... */
|
||||
31968, /* .#####..###..... */
|
||||
63552, /* #####....#...... */
|
||||
28672, /* .###............ */
|
||||
8192 /* ..#............. */
|
||||
}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue