1#ifndef __DW_TABLECELL_HH__
2#define __DW_TABLECELL_HH__
16 int width,
bool forceValue);
18 int height,
bool forceValue);
23 void (*splitHeightFun) (
int,
int*,
25 bool allowDecreaseWidth,
26 bool allowDecreaseHeight);
29 bool useAdjustmentWidth);
int Length
Type for representing all lengths within dw::core::style.
int applyPerHeight(core::Widget *widget, int containerHeight, core::style::Length perHeight)
int correctAvailHeightOfChild(core::Widget *widget, core::Widget *child, int height, bool forceValue)
bool adjustExtraSpaceWhenCorrectingRequisitionByOOF()
int applyPerWidth(core::Widget *widget, int containerWidth, core::style::Length perWidth)
int correctAvailWidthOfChild(core::Widget *widget, core::Widget *child, int width, bool forceValue)
bool usesMaxGeneratorWidth()
void correctCorrectedRequisitionOfChild(core::Widget *widget, core::Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)
void correctCorrectedExtremesOfChild(core::Widget *widget, core::Widget *child, core::Extremes *extremes, bool useAdjustmentWidth)
Dw is in this namespace, or sub namespaces of this one.