bitmaps/rightTab.xbm
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:53:39 +0200
changeset 6083 7a2c0a30e75c
parent 80 a3aa8b1ee491
permissions -rw-r--r--
#REFACTORING by exept class: NoteBookView changed: #buttonPress:x:y: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...

#define rightTab_width 16
#define rightTab_height 16
#define rightTab_x_hot -1
#define rightTab_y_hot -1
static char rightTab_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x03, 0xc0, 0x03, 0xe0, 0x03,
   0xf0, 0x03, 0xf8, 0x03, 0xf8, 0x03, 0xf0, 0x03, 0xe0, 0x03, 0xc0, 0x03,
   0x80, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00};