bitmaps/centerTab.xbm
author Jan Vrany <jan.vrany@labware.com>
Mon, 26 Oct 2020 22:34:32 +0000
branchjv
changeset 6247 a1272bf7ae91
parent 80 a3aa8b1ee491
permissions -rw-r--r--
`LinkButton`: Use `emphasisAtX:on:` instead of `emphasisAtPoint:on:`

#define centerTab_width 16
#define centerTab_height 16
#define centerTab_x_hot -1
#define centerTab_y_hot -1
static char centerTab_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07,
   0xf0, 0x0f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03,
   0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};