43#define MENU_MAX_ITEMS 30
44#define MENU_MAX_WIDTH 300
45#define MENU_MAX_HEIGHT 350
47#define MENU_TEXT_PADDING 2
48#define MENU_SHORTCUT_SPACE 40
50#define MENU_ID_NO_PARENT -1
51#define MENU_ID_DIVIDER -2
52#define MENU_ID_NO_SELECTION -3
53#define MENU_NOTHING_HIGHLIGHTED -1
55#define MENU_PARAM_SHOW_HIGHLIGHTED true
56#define MENU_PARAM_SHOW_NORMAL false
62typedef enum menu_item_type
114 int16_t num_menu_items_;
132 int16_t inner_width_;
133 int16_t inner_height_;
139 int16_t current_selection_;
This Font object is essentially the Mac "fontRecord" struct, with added pointers for the data tables.
Definition: font.h:71
Definition: a2560k.h:1369