#include "textbuf_gui.h"
#include "window_gui.h"
Go to the source code of this file.
Data Structures | |
struct | QueryString |
Data stored about a string that can be modified in the GUI. More... | |
struct | QueryStringBaseWindow |
Enumerations | |
enum | HandleEditBoxResult { HEBR_EDITING = 0, HEBR_CONFIRM, HEBR_CANCEL, HEBR_NOT_FOCUSED } |
Return values for HandleEditBoxKey. | |
Functions | |
void | ShowOnScreenKeyboard (QueryStringBaseWindow *parent, int button, int cancel, int ok) |
Show the on-screen keyboard (osk) associated with a given textbox. |
Definition in file querystring_gui.h.
void ShowOnScreenKeyboard | ( | QueryStringBaseWindow * | parent, | |
int | button, | |||
int | cancel, | |||
int | ok | |||
) |
Show the on-screen keyboard (osk) associated with a given textbox.
parent | pointer to the Window where this keyboard originated from | |
q | querystr_d pointer to the query string of the parent, which is shared for both windows | |
button | widget number of parent's textbox | |
cancel | widget number of parent's cancel button (0 if cancel events should not be passed) | |
ok | widget number of parent's ok button (0 if ok events should not be passed) |
Definition at line 383 of file osk_gui.cpp.
References DeleteWindowById(), and GetKeyboardLayout().