bitmaps/ScrollRt_win.xbm
author Claus Gittinger <cg@exept.de>
Thu, 27 Apr 2017 12:28:35 +0200
changeset 6150 fd1642c99acb
parent 167 0fc462470a2e
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: EditTextView changed: #doKeyPress:x:y: tab/shift-tab with line selection (for systems, where function keys are unavail)

#define ScrollRt_win_width 14
#define ScrollRt_win_height 14
static unsigned char ScrollRt_win_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x03, 0xfc, 0x07,
   0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x07, 0x80, 0x03, 0x80, 0x01, 0x80, 0x00,
   0x00, 0x00, 0x00, 0x00};