![]() |
Crossfire Client, Trunk
|
Data Fields | |
const char * | name |
Name of this page, for the show command. More... | |
int(* | show_func )(item *it) |
Function that takes an item and returns INV_SHOW_* above on whether to show this item and if it should be shown in color. More... | |
const char * | tooltip |
Tooltip for menu. More... | |
GtkWidget * | treeview |
treeview widget for this tab More... | |
enum display_type | type |
Type of widget. More... | |
const char *const * | xpm |
Icon to draw for the notebook selector. More... | |
Definition at line 93 of file inventory.c.
const char* Notebook_Info::name |
Name of this page, for the show command.
Definition at line 94 of file inventory.c.
int(* Notebook_Info::show_func) (item *it) |
Function that takes an item and returns INV_SHOW_* above on whether to show this item and if it should be shown in color.
Definition at line 97 of file inventory.c.
Referenced by draw_inv_list().
const char* Notebook_Info::tooltip |
Tooltip for menu.
Definition at line 95 of file inventory.c.
GtkWidget* Notebook_Info::treeview |
treeview widget for this tab
Definition at line 102 of file inventory.c.
Referenced by inventory_init().
enum display_type Notebook_Info::type |
Type of widget.
Definition at line 101 of file inventory.c.
const char* const * Notebook_Info::xpm |
Icon to draw for the notebook selector.
Definition at line 96 of file inventory.c.