diff options
author | Sebastian Geerken <devnull@localhost> | 2013-09-17 11:32:15 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-09-17 11:32:15 +0200 |
commit | 1dd550cc0b1b1a7afef91f0a22031d29e5e70ba8 (patch) | |
tree | 95473d8439dfe3346864c5b8053a42608c1cd5d3 /dw/widget.hh | |
parent | 679c1ff1091a0f2d2c401a3951af8bef9d76d553 (diff) |
Some refactoring (Widget::getBgRefArea).
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index c836d117..fb16bf90 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -311,6 +311,8 @@ public: void scrollTo (HPosition hpos, VPosition vpos, int x, int y, int width, int height); + void getBgRefArea (int *xRef, int *yRef, int *widthRef, int *heightRef); + /** * \brief Return an iterator for this widget. * |