mCtrl 0.8.2
|
Structure describing inner geometry of the grid. More...
Data Fields | |
DWORD | fMask |
Bitmask specifying what other members are valid. See MC_GGM_xxxx. | |
WORD | wColumnHeaderHeight |
Height of column header cells. | |
WORD | wRowHeaderWidth |
Width of row header cells. | |
WORD | wColumnWidth |
Width of regular contents cells. | |
WORD | wRowHeight |
Height of regular contents cells. | |
WORD | wPaddingHorz |
Horizontal padding in cells. | |
WORD | wPaddingVert |
Vertical padding in cells. | |
Related Functions | |
(Note that these are not member functions.) | |
MC_GGEOMETRY::fMask Bits | |
MC_GGM_COLUMNHEADERHEIGHT | |
Set if MC_GGEOMETRY::wColumnHeaderHeight is valid. | |
MC_GGM_ROWHEADERWIDTH | |
Set if MC_GGEOMETRY::wRowHeaderWidth is valid. | |
MC_GGM_COLUMNWIDTH | |
Set if MC_GGEOMETRY::wColumnWidth is valid. | |
MC_GGM_ROWHEIGHT | |
Set if MC_GGEOMETRY::wRowHeight is valid. | |
MC_GGM_PADDINGHORZ | |
Set if MC_GGEOMETRY::wPaddingHorz is valid. | |
MC_GGM_PADDINGVERT | |
Set if MC_GGEOMETRY::wPaddingVert is valid. |
Structure describing inner geometry of the grid.