bitmaps/leftMargin.xbm
author Claus Gittinger <cg@exept.de>
Sat, 27 Apr 2019 09:50:57 +0200
changeset 6044 e7fd53f408b8
parent 80 a3aa8b1ee491
permissions -rw-r--r--
#BUGFIX by cg class: TerminalView changed: #keyPress:x:y:

#define leftMargin_width 16
#define leftMargin_height 16
#define leftMargin_x_hot -1
#define leftMargin_y_hot -1
static char leftMargin_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xf8, 0x1f,
   0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01};