Name remaining menu constants

This commit is contained in:
Ryan Dwyer
2025-02-07 20:09:34 +10:00
parent cdd3cc2175
commit eeff60ded0
14 changed files with 746 additions and 752 deletions
+58 -58
View File
@@ -1627,7 +1627,7 @@
#define MENUBG_CONEOPAQUE 9 // 4MB combat simulator
#define MENUDIALOGFLAG_CLOSEONSELECT 0x0001
#define MENUDIALOGFLAG_0002 0x0002
#define MENUDIALOGFLAG_ALLOW_MODELS 0x0002
#define MENUDIALOGFLAG_STARTSELECTS 0x0004
#define MENUDIALOGFLAG_DISABLEITEMSCROLL 0x0008
#define MENUDIALOGFLAG_MPLOCKABLE 0x0010
@@ -1636,9 +1636,9 @@
#define MENUDIALOGFLAG_DISABLEBANNER 0x0080
#define MENUDIALOGFLAG_DISABLETITLEBAR 0x0100
#define MENUDIALOGFLAG_DISABLERESIZE 0x0200
#define MENUDIALOGFLAG_0400 0x0400
#define MENUDIALOGFLAG_NOVERTICALBORDERS 0x0400
#define MENUDIALOGFLAG_DROPOUTONCLOSE 0x0800
#define MENUDIALOGFLAG_1000 0x1000
#define MENUDIALOGFLAG_LESSHEIGHT 0x1000
#define MENUDIALOGSTATE_PREOPEN 0
#define MENUDIALOGSTATE_OPENING 1
@@ -1651,34 +1651,34 @@
#define MENUDIALOGTYPE_4 4
#define MENUDIALOGTYPE_WHITE 5
#define MENUITEMFLAG_NEWCOLUMN 0x00000001
#define MENUITEMFLAG_00000002 0x00000002
#define MENUITEMFLAG_SELECTABLE_OPENSDIALOG 0x00000004
#define MENUITEMFLAG_SELECTABLE_CLOSESDIALOG 0x00000008
#define MENUITEMFLAG_LESSLEFTPADDING 0x00000010
#define MENUITEMFLAG_SELECTABLE_CENTRE 0x00000020
#define MENUITEMFLAG_LIST_WIDE 0x00000040
#define MENUITEMFLAG_DROPDOWN_BELOW 0x00000080
#define MENUITEMFLAG_LABEL_ALTCOLOUR 0x00000100
#define MENUITEMFLAG_SMALLFONT 0x00000200
#define MENUITEMFLAG_ALWAYSDISABLED 0x00000400
#define MENUITEMFLAG_MARQUEE_FADEBOTHSIDES 0x00000800
#define MENUITEMFLAG_SLIDER_FAST 0x00000800
#define MENUITEMFLAG_ADJUSTWIDTH 0x00001000
#define MENUITEMFLAG_SLIDER_HIDEVALUE 0x00002000
#define MENUITEMFLAG_DARKERBG 0x00004000
#define MENUITEMFLAG_LABEL_HASRIGHTTEXT 0x00008000
#define MENUITEMFLAG_00010000 0x00010000
#define MENUITEMFLAG_LOCKABLEMINOR 0x00020000
#define MENUITEMFLAG_LOCKABLEMAJOR 0x00040000
#define MENUITEMFLAG_MPWEAPONSLOT 0x00080000
#define MENUITEMFLAG_SLIDER_ALTSIZE 0x00100000
#define MENUITEMFLAG_LIST_CUSTOMRENDER 0x00200000
#define MENUITEMFLAG_BIGFONT 0x00400000
#define MENUITEMFLAG_LIST_AUTOWIDTH 0x00800000
#define MENUITEMFLAG_LABEL_CUSTOMCOLOUR 0x01000000
#define MENUITEMFLAG_LESSHEIGHT 0x02000000
#define MENUITEMFLAG_CAROUSEL_04000000 0x04000000
#define MENUITEMFLAG_NEWCOLUMN 0x00000001
#define MENUITEMFLAG_00000002 0x00000002 // never read
#define MENUITEMFLAG_SELECTABLE_OPENSDIALOG 0x00000004
#define MENUITEMFLAG_SELECTABLE_CLOSESDIALOG 0x00000008
#define MENUITEMFLAG_LESSLEFTPADDING 0x00000010
#define MENUITEMFLAG_SELECTABLE_CENTRE 0x00000020
#define MENUITEMFLAG_LIST_WIDE 0x00000040
#define MENUITEMFLAG_DROPDOWN_BELOW 0x00000080
#define MENUITEMFLAG_LABEL_ALTCOLOUR 0x00000100
#define MENUITEMFLAG_SMALLFONT 0x00000200
#define MENUITEMFLAG_ALWAYSDISABLED 0x00000400
#define MENUITEMFLAG_MARQUEE_FADEBOTHSIDES 0x00000800
#define MENUITEMFLAG_SLIDER_FAST 0x00000800
#define MENUITEMFLAG_ADJUSTWIDTH 0x00001000
#define MENUITEMFLAG_SLIDER_HIDEVALUE 0x00002000
#define MENUITEMFLAG_DARKERBG 0x00004000
#define MENUITEMFLAG_LABEL_HASRIGHTTEXT 0x00008000
#define MENUITEMFLAG_DISABLESCROLL 0x00010000
#define MENUITEMFLAG_LOCKABLEMINOR 0x00020000
#define MENUITEMFLAG_LOCKABLEMAJOR 0x00040000
#define MENUITEMFLAG_MPWEAPONSLOT 0x00080000
#define MENUITEMFLAG_SLIDER_ALTSIZE 0x00100000
#define MENUITEMFLAG_LIST_CUSTOMRENDER 0x00200000
#define MENUITEMFLAG_BIGFONT 0x00400000
#define MENUITEMFLAG_LIST_AUTOWIDTH 0x00800000
#define MENUITEMFLAG_LABEL_CUSTOMCOLOUR 0x01000000
#define MENUITEMFLAG_LESSHEIGHT 0x02000000
#define MENUITEMFLAG_CAROUSEL_SCROLLWITHOUTFOCUS 0x04000000
#define MENUITEMTYPE_LABEL 0x01
#define MENUITEMTYPE_LIST 0x02
@@ -1726,33 +1726,33 @@
#define MENUMODELTYPE_3 3
#define MENUMODELTYPE_CREDITSLOGO 4
#define MENUOP_GETOPTIONCOUNT 1
#define MENUOP_GETOPTGROUPCOUNT 2
#define MENUOP_GETOPTIONTEXT 3
#define MENUOP_GETOPTGROUPTEXT 4
#define MENUOP_GETGROUPSTARTINDEX 5
#define MENUOP_SET 6
#define MENUOP_GETSELECTEDINDEX 7
#define MENUOP_GET 8
#define MENUOP_GETSLIDER 9
#define MENUOP_GETSLIDERLABEL 10
#define MENUOP_11 11
#define MENUOP_CHECKDISABLED 12
#define MENUOP_FOCUS 13
#define MENUOP_GETLISTITEMCHECKBOX 14
#define MENUOP_CHECKPREFOCUSED 15
#define MENUOP_LISTITEMFOCUS 16
#define MENUOP_GETTEXT 17
#define MENUOP_SETTEXT 18
#define MENUOP_RENDER 19
#define MENUOP_GETOPTIONHEIGHT 20
#define MENUOP_21 21
#define MENUOP_GETCOLOUR 22
#define MENUOP_CHECKHIDDEN 24
#define MENUOP_25 25
#define MENUOP_OPEN 100
#define MENUOP_CLOSE 101
#define MENUOP_TICK 102
#define MENUOP_GET_OPTION_COUNT 1
#define MENUOP_GET_OPTGROUP_COUNT 2
#define MENUOP_GET_OPTION_TEXT 3
#define MENUOP_GET_OPTGROUP_TEXT 4
#define MENUOP_GET_OPTGROUP_START_INDEX 5
#define MENUOP_CONFIRM 6
#define MENUOP_GET_SELECTED_INDEX 7
#define MENUOP_IS_CHECKED 8
#define MENUOP_GET_SLIDER_VALUE 9
#define MENUOP_GET_SLIDER_LABEL 10
#define MENUOP_ON_CAROUSEL_TICK 11
#define MENUOP_IS_DISABLED 12
#define MENUOP_ON_FOCUS 13
#define MENUOP_IS_OPTION_CHECKED 14
#define MENUOP_IS_PREFOCUSED 15
#define MENUOP_ON_OPTION_FOCUS 16
#define MENUOP_GET_KEYBOARD_STRING 17
#define MENUOP_SET_KEYBOARD_STRING 18
#define MENUOP_RENDER 19
#define MENUOP_GET_OPTION_HEIGHT 20
#define MENUOP_IS_CAROUSEL_OPTION_HIDDEN 21
#define MENUOP_GET_LABEL_COLOURS 22
#define MENUOP_IS_HIDDEN 24
#define MENUOP_GET_OPTION_INDEX2 25
#define MENUOP_ON_OPEN 100
#define MENUOP_ON_CLOSE 101
#define MENUOP_ON_TICK 102
#define MENUPLANE_00 0
#define MENUPLANE_01 1