summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 268f39132..da8836993 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -667,6 +667,12 @@ public:
virtual void OnDropdownClose(Point pt, int widget, int index, bool instant_close);
/**
+ * The text in an editbox has been edited.
+ * @param widget The widget of the editbox.
+ */
+ virtual void OnEditboxChanged(int widget) {}
+
+ /**
* The query window opened from this window has closed.
* @param str the new value of the string, NULL if the window
* was cancelled or an empty string when the default