Defines

BStyle byte

Defines

#define ISB_C1   1
 you can choose a standard interface colour using
#define ISB_C2   2
 see ISB_C1
#define ISB_C4   4
 see ISB_C1
#define ISB_CLICK   8
 click this button to send IS_BTC
#define ISB_LIGHT   16
 light button
#define ISB_DARK   32
 dark button
#define ISB_LEFT   64
 align text to left
#define ISB_RIGHT   128
 align text to right

Detailed Description

style flags for the button


Define Documentation

#define ISB_C1   1

you can choose a standard interface colour using

  • colour 0 : light grey (not user editable)
  • colour 1 : title colour (default:yellow)
  • colour 2 : unselected text (default:black)
  • colour 3 : selected text (default:white)
  • colour 4 : ok (default:green)
  • colour 5 : cancel (default:red)
  • colour 6 : text string (default:pale blue)
  • colour 7 : unavailable (default:grey)these 3 lowest bits

Definition at line 2495 of file ispackets.h.

#define ISB_C2   2

see ISB_C1

Definition at line 2496 of file ispackets.h.

#define ISB_C4   4

see ISB_C1

Definition at line 2497 of file ispackets.h.

#define ISB_CLICK   8

click this button to send IS_BTC

Definition at line 2498 of file ispackets.h.

#define ISB_LIGHT   16

light button

Definition at line 2499 of file ispackets.h.

#define ISB_DARK   32

dark button

Definition at line 2500 of file ispackets.h.

#define ISB_LEFT   64

align text to left

Definition at line 2501 of file ispackets.h.

#define ISB_RIGHT   128

align text to right

Definition at line 2502 of file ispackets.h.

 All Data Structures Files Variables Enumerator Defines