Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
luaconsole_data Struct Reference

Data Fields

struct gui_dialogshell
 
GtkTextBuffermessage_buffer
 
GtkTextViewmessage_area
 
GtkWidgetentry
 
struct genlisthistory_list
 
int history_pos
 

Detailed Description

Definition at line 48 of file luaconsole.c.

Field Documentation

◆ entry

GtkWidget * luaconsole_data::entry

Definition at line 52 of file luaconsole.c.

Referenced by luaconsole_dialog_create(), and luaconsole_dialog_destroy().

◆ history_list

struct genlist * luaconsole_data::history_list

◆ history_pos

int luaconsole_data::history_pos

◆ message_area

GtkTextView * luaconsole_data::message_area

◆ message_buffer

GtkTextBuffer * luaconsole_data::message_buffer

◆ shell

struct gui_dialog * luaconsole_data::shell