diff options
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 20733bce..b49660ba 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -12,6 +12,9 @@ private: int charWordIndex, charWordPos; protected: + int getAvailWidthOfChild (Widget *child, bool forceValue); + int getAvailHeightOfChild (Widget *child, bool forceValue); + bool getAdjustMinWidth (); int wordWrap (int wordIndex, bool wrapAll); |