Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
utf8_char Struct Reference

Data Fields

struct utf8_charnext
 
struct utf8_charprev
 
int bytes
 
char chr [7]
 
SDL_Surface * tsurf
 

Detailed Description

Definition at line 36 of file widget_edit.c.

Field Documentation

◆ bytes

int utf8_char::bytes

Definition at line 39 of file widget_edit.c.

Referenced by chain2text(), edit_textinput(), and text2chain().

◆ chr

char utf8_char::chr[7]

Definition at line 40 of file widget_edit.c.

Referenced by chain2text(), edit_field(), edit_textinput(), and text2chain().

◆ next

struct utf8_char* utf8_char::next

◆ prev

struct utf8_char* utf8_char::prev

Definition at line 38 of file widget_edit.c.

Referenced by del_chain(), edit_field(), edit_key_down(), edit_textinput(), and text2chain().

◆ tsurf

SDL_Surface* utf8_char::tsurf

Definition at line 41 of file widget_edit.c.

Referenced by del_chain(), edit_field(), edit_key_down(), edit_textinput(), and redraw_edit_chain().