From 6c77ae97e8d500a35caf3b9acdc5c0a377337d9d Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 24 Jul 2014 23:40:21 +0200 Subject: More work on tables; some reorganization. --- dw/simpletablecell.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dw/simpletablecell.hh') diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index 45a6d31f..f731ec9b 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -8,6 +8,9 @@ namespace dw { class SimpleTableCell: public Textblock { protected: + int getAvailWidthOfChild (Widget *child, bool forceValue); + int getAvailHeightOfChild (Widget *child, bool forceValue); + bool getAdjustMinWidth (); public: -- cgit v1.2.3