List

Undocumented in source.

Constructors

this
this(UIPage page, SDL_Rect rect, string[] list, int multiselect, SDL_Color color)
Undocumented in source.

Members

Functions

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.
set_keybar
void set_keybar(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.
selected
bool[ssize_t] selected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filter
string filter;
Undocumented in source.
list
string[] list;
Undocumented in source.
on_deselect
void delegate(GlobalState gs, ssize_t pos) on_deselect;
Undocumented in source.
on_select
void delegate(GlobalState gs, ssize_t pos) on_select;
Undocumented in source.
pre_draw
void delegate(GlobalState gs) pre_draw;
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