bitmaps/Editor.xbm
author Claus Gittinger <cg@exept.de>
Tue, 05 Sep 2017 19:51:48 +0200
changeset 6207 7a5c2914e422
parent 168 056daffbbc0e
permissions -rw-r--r--
#BUGFIX by cg class: EditTextView comment/format in: #setCursorCol: changed: #basicDeleteCharsAtLine:fromCol:toCol: #cursorLeft #selectFromBeginOfLine #selectToEndOfLine cursor left should not remove trailing whitespace (think of backspacing after typing)

#define Editor_width 48
#define Editor_height 48
#define Editor_x_hot -1
#define Editor_y_hot -1
static char Editor_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00,
   0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00,
   0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x02, 0x80, 0x00, 0x00,
   0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x02, 0x00,
   0x00, 0x40, 0x00, 0x00, 0x04, 0x00, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00,
   0x00, 0x10, 0x00, 0x00, 0x10, 0x00, 0x00, 0x08, 0x80, 0x00, 0x20, 0x00,
   0x00, 0x04, 0x00, 0x04, 0x40, 0x00, 0x00, 0x02, 0x20, 0x02, 0x80, 0x00,
   0x00, 0x01, 0x10, 0x10, 0x00, 0x01, 0x80, 0x00, 0x88, 0x08, 0x00, 0x02,
   0x40, 0x10, 0x44, 0x44, 0x00, 0x04, 0x20, 0x08, 0x22, 0x22, 0x00, 0x08,
   0x10, 0x04, 0x11, 0xd1, 0x0f, 0x10, 0x08, 0x82, 0x80, 0x68, 0x18, 0x20,
   0x04, 0x41, 0x44, 0x30, 0x23, 0x40, 0x82, 0x20, 0x22, 0x18, 0xce, 0x80,
   0x41, 0x10, 0x10, 0xcd, 0x91, 0x41, 0x02, 0x88, 0x88, 0x06, 0x03, 0x27,
   0x04, 0x44, 0x40, 0xfe, 0x04, 0x14, 0x08, 0x22, 0x22, 0x84, 0x01, 0x0c,
   0x10, 0x10, 0xfd, 0xff, 0x3f, 0xfc, 0x20, 0x88, 0xfc, 0xf1, 0x3f, 0xc0,
   0x40, 0x40, 0x04, 0xe1, 0x00, 0xc0, 0x80, 0x20, 0x02, 0x83, 0x07, 0xc0,
   0x00, 0x01, 0x11, 0x0c, 0x00, 0xc0, 0x00, 0x82, 0x88, 0x30, 0x00, 0xc0,
   0x00, 0x04, 0x04, 0xe0, 0x7f, 0xc0, 0x00, 0x08, 0x22, 0x02, 0xc8, 0xc7,
   0x00, 0x10, 0x10, 0x11, 0x04, 0xfc, 0x00, 0x20, 0x08, 0x00, 0x02, 0xc0,
   0x00, 0x40, 0x40, 0x04, 0x01, 0x00, 0x00, 0x80, 0x20, 0x82, 0x00, 0x00,
   0x00, 0x00, 0x01, 0x41, 0x00, 0x00, 0x00, 0x00, 0x82, 0x20, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x00, 0x00,
   0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x02, 0x00, 0x00,
   0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00};