Crossfire Client, Trunk
Notebook_Info Struct Reference
+ Collaboration diagram for Notebook_Info:

Data Fields

const char * icon_resource
 Resource path with icon to draw for the notebook selector. More...
 
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...
 

Detailed Description

Definition at line 82 of file inventory.c.

Field Documentation

◆ icon_resource

const char* Notebook_Info::icon_resource

Resource path with icon to draw for the notebook selector.

Definition at line 85 of file inventory.c.

◆ name

const char* Notebook_Info::name

Name of this page, for the show command.

Definition at line 83 of file inventory.c.

◆ show_func

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 86 of file inventory.c.

Referenced by draw_inv_list().

◆ tooltip

const char* Notebook_Info::tooltip

Tooltip for menu.

Definition at line 84 of file inventory.c.

◆ treeview

GtkWidget* Notebook_Info::treeview

treeview widget for this tab

Definition at line 91 of file inventory.c.

Referenced by inventory_init().

◆ type

enum display_type Notebook_Info::type

Type of widget.

Definition at line 90 of file inventory.c.


The documentation for this struct was generated from the following file: