diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-02 00:02:52 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-02 00:02:52 +0200 |
commit | 0b8eaee1a82718d9fe7faab78aa57ab43c29a7be (patch) | |
tree | 725185d5d26e2313615e9295a25e1b815636560d /dw/ruler.hh | |
parent | 82d447e97678d8eafc6267ff00b0a4464b295a8f (diff) |
Some work on extremes.
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index 0a0cd2b2..eea1f952 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -17,6 +17,7 @@ class Ruler: public core::Widget { protected: void sizeRequestImpl (core::Requisition *requisition); + void getExtremesImpl (core::Extremes *extremes); void draw (core::View *view, core::Rectangle *area); public: |