bitmaps/align.xbm
author Claus Gittinger <cg@exept.de>
Fri, 17 Aug 2018 17:36:55 +0200
changeset 5890 99d778b7d1a3
parent 80 a3aa8b1ee491
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: DSVColumnView draw different icons when disabled (grey) class definition comment/format in: #drawCheckToggleAtX:y:w:state: changed: #drawComboButtonAtX:y:w: #drawRadioButtonAtX:y:w:state: #initStyle class: DSVColumnView class comment/format in: #updateStyleCache
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define align_width 32
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define align_height 16
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#define align_x_hot -1
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
#define align_y_hot -1
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
static char align_bits[] = {
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0x00, 0x00, 0x00, 0x00};