mCtrl 0.8.1
Data Fields

MC_GGEOMETRY Struct Reference

Structure describing inner geometry of the grid. More...

Data Fields

DWORD fMask
 Bitmask specifying what other members are valid.
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_GGF_COLUMNHEADERHEIGHT
 MC_GGEOMETRY::wColumnHeaderHeight is valid.
 MC_GGF_ROWHEADERWIDTH
 MC_GGEOMETRY::wRowHeaderWidth is valid.
 MC_GGF_COLUMNWIDTH
 MC_GGEOMETRY::wColumnWidth is valid.
 MC_GGF_ROWHEIGHT
 MC_GGEOMETRY::wRowHeight is valid.
 MC_GGF_PADDINGHORZ
 MC_GGEOMETRY::wPaddingHorz is valid.
 MC_GGF_PADDINGVERT
 MC_GGEOMETRY::wPaddingVert is valid.

Detailed Description

Structure describing inner geometry of the grid.

See also:
MC_GM_SETGEOMETRY MC_GM_GETGEOMETRY