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

Data Fields

struct utf8_charnext
 
struct utf8_charprev
 
int bytes
 
char chr [7]
 
SDL_Surfacetsurf
 

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.

◆ chr

char utf8_char::chr

Definition at line 40 of file widget_edit.c.

◆ next

struct utf8_char * utf8_char::next

Definition at line 37 of file widget_edit.c.

Referenced by chainlen(), and del_chain().

◆ prev

struct utf8_char * utf8_char::prev

Definition at line 38 of file widget_edit.c.

Referenced by del_chain(), and edit_textinput().

◆ tsurf

SDL_Surface * utf8_char::tsurf

Definition at line 41 of file widget_edit.c.

Referenced by del_chain(), edit_key_down(), and edit_key_down().