diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-22 15:35:44 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-22 15:35:44 +0200 |
commit | cdb265fcafd2c363f1a809afa702163d430e151d (patch) | |
tree | cd1890ed02be1b542648fe80e62b4d44c4d05d25 /dw/table.hh | |
parent | f743b2f6c876b5830ec088e3ed6d6cae2a1f980e (diff) |
Work on how percentage sizes are handled.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dw/table.hh b/dw/table.hh index cc2aec1b..e76116fb 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -428,13 +428,8 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); 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); + int applyPerWidth (int containerWidth, core::style::Length perWidth); + int applyPerHeight (int containerHeight, core::style::Length perHeight); void containerSizeChangedForChildren (); bool usesAvailWidth (); |