src/querystring_gui.h
changeset 9203 082fbf0500c4
parent 9179 780666b686ed
child 9285 235e5e2d7f55
equal deleted inserted replaced
9202:a29a19e1aea9 9203:082fbf0500c4
    22 
    22 
    23 struct QueryStringBaseWindow : public Window, public QueryString {
    23 struct QueryStringBaseWindow : public Window, public QueryString {
    24 	char edit_str_buf[64];
    24 	char edit_str_buf[64];
    25 	char orig_str_buf[64];
    25 	char orig_str_buf[64];
    26 
    26 
    27 	QueryStringBaseWindow(const WindowDesc *desc, void *data = NULL, WindowNumber window_number = 0) : Window(desc, data, window_number)
    27 	QueryStringBaseWindow(const WindowDesc *desc, WindowNumber window_number = 0) : Window(desc, window_number)
    28 	{
    28 	{
    29 	}
    29 	}
    30 
    30 
    31 	void DrawEditBox(int wid);
    31 	void DrawEditBox(int wid);
    32 	void HandleEditBox(int wid);
    32 	void HandleEditBox(int wid);