diff options
-rw-r--r-- | src/querystring_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h index e378b4ebf..5ce383e74 100644 --- a/src/querystring_gui.h +++ b/src/querystring_gui.h @@ -51,7 +51,9 @@ struct QueryString { free((void*)this->orig); } +private: bool HasEditBoxFocus(const Window *w, int wid) const; +public: void DrawEditBox(Window *w, int wid); void HandleEditBox(Window *w, int wid); HandleEditBoxResult HandleEditBoxKey(Window *w, int wid, uint16 key, uint16 keycode, Window::EventState &state); |