TextArea

Undocumented in source.

Constructors

this
this(UIPage page, SDL_Rect rect, SDL_Color color)
Undocumented in source.

Members

Functions

change_layout_selected
void change_layout_selected(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
find_chr
bool find_chr(string chr, string[][3]* letters, ButtonPos buttonpos)
Undocumented in source. Be warned that the author may not have intended to support it.
on_draw
void on_draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
on_set_focus
void on_set_focus(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
on_unset_focus
void on_unset_focus(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
process_event
void process_event(GlobalState gs, SDL_Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
selection_to_buffer
void selection_to_buffer(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
set_keybar
void set_keybar(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
shift_selected
void shift_selected(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

focus
bool focus [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
page
UIPage page [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rect
SDL_Rect rect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

on_change
void delegate(GlobalState gs) on_change;
Undocumented in source.

Inherited Members

From UIEntry

rect
SDL_Rect rect [@property getter]
Undocumented in source.
on_draw
void on_draw(GlobalState gs)
Undocumented in source.
process_event
void process_event(GlobalState gs, SDL_Event event)
Undocumented in source.
page
UIPage page [@property getter]
Undocumented in source.
focus
bool focus [@property getter]
Undocumented in source.
on_set_focus
void on_set_focus(GlobalState gs)
Undocumented in source.
on_unset_focus
void on_unset_focus(GlobalState gs)
Undocumented in source.
set_keybar
void set_keybar(GlobalState gs)
Undocumented in source.
unset_focus
void unset_focus(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
set_focus
void set_focus(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta