diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index 74323d95..a3c6c962 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -26,6 +26,8 @@ protected: bool usesAvailWidth (); void draw (core::View *view, core::Rectangle *area, core::DrawingContext *context); + core::Widget *getWidgetAtPoint (int x, int y, + core::GettingWidgetAtPointContext *context); public: static int CLASS_ID; |