diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/table.hh b/dw/table.hh index e76116fb..5288c986 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -428,8 +428,7 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); void resizeDrawImpl (); - int applyPerWidth (int containerWidth, core::style::Length perWidth); - int applyPerHeight (int containerHeight, core::style::Length perHeight); + int getAvailWidthOfChild (Widget *child, bool forceValue); void containerSizeChangedForChildren (); bool usesAvailWidth (); @@ -450,6 +449,9 @@ public: Table(bool limitTextWidth); ~Table(); + int applyPerWidth (int containerWidth, core::style::Length perWidth); + int applyPerHeight (int containerHeight, core::style::Length perHeight); + core::Iterator *iterator (core::Content::Type mask, bool atEnd); void addCell (Widget *widget, int colspan, int rowspan); |