|
Crossfire Client, Trunk
R18666
|
Data Fields | |
| const char * | name |
| const char * | tooltip |
| const char *const * | xpm |
| int(* | show_func )(item *it) |
| int | type |
| GtkWidget * | treeview |
| GtkTreeStore * | treestore |
Definition at line 101 of file inventory.c.
| const char* name |
Name of this page, for the show command
Definition at line 102 of file inventory.c.
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 105 of file inventory.c.
| const char* tooltip |
Tooltip for menu
Definition at line 103 of file inventory.c.
| GtkTreeStore* treestore |
store of data for treeview
Definition at line 115 of file inventory.c.
| GtkWidget* treeview |
treeview widget for this tab
Definition at line 114 of file inventory.c.
| int type |
Type of widget - currently unused, but I'm thinking it might be nice to have a pane just of icon view or something, and need some way to show that
Definition at line 109 of file inventory.c.
| const char* const* xpm |
Icon to draw for the notebook selector
Definition at line 104 of file inventory.c.
1.7.6.1