aboutsummaryrefslogtreecommitdiff
path: root/dw/simpletablecell.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r--dw/simpletablecell.hh3
1 files changed, 3 insertions, 0 deletions
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: