bitmaps/b_moveUp.xbm
author Claus Gittinger <cg@exept.de>
Sun, 10 May 2009 12:58:19 +0200
changeset 2499 11be77599ca9
parent 269 8ced22627ae1
permissions -rw-r--r--
added component handling; cleaned up the code and fixed bugs; redraw during move/resize; handle redraw bugs fixed

#define b_moveUp_width 16
#define b_moveUp_height 16
static unsigned char b_moveUp_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x80, 0x00, 0xc0, 0x01, 0xe0, 0x03, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};