diff options
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 (); |