Definition at line 2139 of file common_structs.h.
#include "common_structs.h"
Data Fields | |
s8 | windowID |
char | unk_01 |
Vec2s | pos |
s16 | width |
s16 | height |
u8 | priority |
char | unk_0B |
void(* | fpDrawContents )(MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
MenuPanel * | tab |
s8 | parentID |
char | unk_15 [3] |
WindowUpdateFunc | fpUpdate |
u8 | extraFlags |
char | unk_1D [3] |
WindowStyle | style |
s8 MenuWindowBP::windowID |
Definition at line 2140 of file common_structs.h.
Referenced by setup_pause_menu_tab().
char MenuWindowBP::unk_01 |
Definition at line 2141 of file common_structs.h.
Vec2s MenuWindowBP::pos |
Definition at line 2142 of file common_structs.h.
Referenced by setup_pause_menu_tab().
s16 MenuWindowBP::width |
Definition at line 2143 of file common_structs.h.
Referenced by setup_pause_menu_tab().
s16 MenuWindowBP::height |
Definition at line 2144 of file common_structs.h.
Referenced by setup_pause_menu_tab().
u8 MenuWindowBP::priority |
Definition at line 2145 of file common_structs.h.
Referenced by setup_pause_menu_tab().
char MenuWindowBP::unk_0B |
Definition at line 2146 of file common_structs.h.
void(* MenuWindowBP::fpDrawContents) (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
Definition at line 2147 of file common_structs.h.
Referenced by setup_pause_menu_tab().
MenuPanel* MenuWindowBP::tab |
Definition at line 2148 of file common_structs.h.
Referenced by filemenu_choose_name_init(), filemenu_info_init(), filemenu_main_init(), filemenu_yesno_init(), pause_badges_init(), pause_items_init(), pause_map_init(), pause_partners_init(), pause_spirits_init(), pause_stats_init(), pause_tabs_init(), and setup_pause_menu_tab().
s8 MenuWindowBP::parentID |
Definition at line 2149 of file common_structs.h.
Referenced by setup_pause_menu_tab().
char MenuWindowBP::unk_15[3] |
Definition at line 2150 of file common_structs.h.
WindowUpdateFunc MenuWindowBP::fpUpdate |
Definition at line 2151 of file common_structs.h.
Referenced by setup_pause_menu_tab().
u8 MenuWindowBP::extraFlags |
Definition at line 2152 of file common_structs.h.
Referenced by setup_pause_menu_tab().
char MenuWindowBP::unk_1D[3] |
Definition at line 2153 of file common_structs.h.
WindowStyle MenuWindowBP::style |
Definition at line 2154 of file common_structs.h.
Referenced by filemenu_init(), and setup_pause_menu_tab().