summaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-24 23:40:21 +0200
committerSebastian Geerken <devnull@localhost>2014-07-24 23:40:21 +0200
commit6c77ae97e8d500a35caf3b9acdc5c0a377337d9d (patch)
treefd96fa08b1ef23266865edefed5587da3bdb6a39 /dw/widget.hh
parentb6aeac03a3e6c5f4ea7edaad9a42b79cf5a8fe10 (diff)
More work on tables; some reorganization.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index d6251f4f..2599d14c 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -464,6 +464,7 @@ public:
inline bool isButtonSensitive () { return buttonSensitive; }
inline Widget *getParent () { return parent; }
+ inline Widget *getContainer () { return container; }
Widget *getTopLevel ();
int getLevel ();
int getGeneratorLevel ();