diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-19 16:49:30 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-19 16:49:30 +0200 |
commit | 9aaf8d19878c7909bc3d60bb30f69bde88daa51b (patch) | |
tree | 3c8ba85670d1809b518a24cb9d3302a0678d1d7d /dw/table.hh | |
parent | 35f6933fe62d7f0c809b67eeba1a261a8b1fd782 (diff) |
Corrected percentage widths of table cells.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index a1e0ed38..580f4431 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -427,6 +427,13 @@ protected: void resizeDrawImpl (); int getAvailWidthOfChild (Widget *child, bool forceValue); + void correctRequisitionOfChild (Widget *child, + core::Requisition *requisition, + void (*splitHeightFun)(int height, + int *ascent, + int *descent)); + void correctExtremesOfChild (Widget *child, core::Extremes *extremes); + void containerSizeChangedForChildren (); bool usesAvailWidth (); |