diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 1e5fb5a39..bd1448ee9 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -665,6 +665,8 @@ public: */ virtual void OnDropdownSelect(int widget, int index) {} + virtual void OnDropdownClose(Point pt, int widget, int index, bool instant_close); + /** * The query window opened from this window has closed. * @param str the new value of the string, NULL if the window |