|
SSBM Decomp
|
#include <demo.h>
Data Fields | |
| char * | title |
| struct STRUCT_DEMOWIN * | handle |
| struct STRUCT_MENU_ITEM * | items |
| long | max_display_items |
| unsigned long | flags |
| void(* | cb_open )(struct STRUCT_MENU *, unsigned long) |
| void(* | cb_move )(struct STRUCT_MENU *, unsigned long) |
| void(* | cb_select )(struct STRUCT_MENU *, unsigned long) |
| void(* | cb_cancel )(struct STRUCT_MENU *, unsigned long) |
| long | num_display_items |
| long | num_items |
| unsigned long | max_str_len |
| long | curr_pos |
| long | display_pos |
| char* STRUCT_MENU::title |
| struct STRUCT_DEMOWIN* STRUCT_MENU::handle |
| struct STRUCT_MENU_ITEM* STRUCT_MENU::items |
| long STRUCT_MENU::max_display_items |
| unsigned long STRUCT_MENU::flags |
| void(* STRUCT_MENU::cb_open) (struct STRUCT_MENU *, unsigned long) |
| void(* STRUCT_MENU::cb_move) (struct STRUCT_MENU *, unsigned long) |
| void(* STRUCT_MENU::cb_select) (struct STRUCT_MENU *, unsigned long) |
| void(* STRUCT_MENU::cb_cancel) (struct STRUCT_MENU *, unsigned long) |
| long STRUCT_MENU::num_display_items |
| long STRUCT_MENU::num_items |
| unsigned long STRUCT_MENU::max_str_len |
| long STRUCT_MENU::curr_pos |
| long STRUCT_MENU::display_pos |