diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-17 14:55:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-17 14:55:33 +0200 |
commit | 3d0f00b5c50b1d1bc55ccf051a957e753ac51ed6 (patch) | |
tree | 528730a4ddfcebb707baf7b0d30a1bc18a84cd04 /dw/table.hh | |
parent | 3f0b24b7ea91a60e52c9f426f146dd0dcbed6e75 (diff) |
Mostly finished work on Widget::containerSizeChanged().
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 847327c9..03eb410d 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -427,6 +427,7 @@ protected: void resizeDrawImpl (); int getAvailWidthOfChild (Widget *child, bool forceValue); + bool usesAvailWidth (); bool isBlockLevel (); |