GDB (xrefs)
Public Attributes | List of all members
tui_data_element Struct Reference

#include "tui-data.h"

Public Attributes

const char * name
 
int item_no
 
enum tui_data_type type
 
void * value
 
int highlight
 
char * content
 

Detailed Description

Definition at line 168 of file tui-data.h.

Member Data Documentation

char* tui_data_element::content
int tui_data_element::highlight
int tui_data_element::item_no
const char* tui_data_element::name
enum tui_data_type tui_data_element::type

Definition at line 173 of file tui-data.h.

Referenced by free_content_elements(), and init_content_element().

void* tui_data_element::value

Definition at line 174 of file tui-data.h.

Referenced by free_content_elements(), and init_content_element().


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