Xonotic
|
Go to the source code of this file.
Functions | |
entity | makeXonoticTextBox () |
void | XonoticTextBox_destroy (entity me) |
void | XonoticTextBox_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
string | XonoticTextBox_getTextBoxLine (entity me, int i) |
void | XonoticTextBox_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
void | XonoticTextBox_setText (entity me, string text) |
entity makeXonoticTextBox | ( | ) |
Definition at line 4 of file textbox.qc.
Referenced by XonoticServerToSTab_fill().
Definition at line 12 of file textbox.qc.
void XonoticTextBox_drawListBoxItem | ( | entity | me, |
int | i, | ||
vector | absSize, | ||
bool | isSelected, | ||
bool | isFocused | ||
) |
Definition at line 86 of file textbox.qc.
References draw_Text(), and vec2.
void XonoticTextBox_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |
Definition at line 62 of file textbox.qc.
References strcat(), string_null, and SUPER.
Definition at line 21 of file textbox.qc.
References argv(), buf_create, draw_TextWidth_WithColors(), getWrappedLine(), getWrappedLine_remaining, substring(), and tokenizebyseparator.