diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-17 15:49:08 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-17 15:49:08 +0200 |
commit | 5fc15b5e955b7cd1b8c10ac6e3363a9a394f45a4 (patch) | |
tree | 39a9a16365d278fb354bb636e6ab2cb7e98a50ed /dw/table.hh | |
parent | 3d0f00b5c50b1d1bc55ccf051a957e753ac51ed6 (diff) |
Implemented containerSizeChangedForChildren() for all widgets.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index 03eb410d..a1e0ed38 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -427,6 +427,7 @@ protected: void resizeDrawImpl (); int getAvailWidthOfChild (Widget *child, bool forceValue); + void containerSizeChangedForChildren (); bool usesAvailWidth (); bool isBlockLevel (); |