aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/container.hpp')
-rw-r--r--src/menu/container.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu/container.hpp b/src/menu/container.hpp
index f9eeacd5..67bbb3c4 100644
--- a/src/menu/container.hpp
+++ b/src/menu/container.hpp
@@ -105,6 +105,8 @@ namespace usdx
*/
virtual void set_size(int width, int height);
+ virtual DrawableControl* get_component_at(const Point<int>& p);
+
/**
* This signal gets emitted, if the window coordinates are changed.
*/