Go to the documentation of this file.
90 #define MC_WC_GRIDW L"mCtrl.grid"
92 #define MC_WC_GRIDA "mCtrl.grid"
103 #define MC_GS_NOTABLECREATE 0x0001
106 #define MC_GS_NOGRIDLINES 0x0002
109 #define MC_GS_COLUMNHEADERNONE 0x0000
111 #define MC_GS_COLUMNHEADERNUMBERED 0x1000
113 #define MC_GS_COLUMNHEADERALPHABETIC 0x2000
115 #define MC_GS_COLUMNHEADERCUSTOM 0x3000
118 #define MC_GS_ROWHEADERNONE 0x0000
120 #define MC_GS_ROWHEADERNUMBERED 0x4000
122 #define MC_GS_ROWHEADERALPHABETIC 0x8000
124 #define MC_GS_ROWHEADERCUSTOM 0xC000
136 #define MC_GGF_COLUMNHEADERHEIGHT (1 << 0)
138 #define MC_GGF_ROWHEADERWIDTH (1 << 1)
140 #define MC_GGF_COLUMNWIDTH (1 << 2)
142 #define MC_GGF_ROWHEIGHT (1 << 3)
144 #define MC_GGF_PADDINGHORZ (1 << 4)
146 #define MC_GGF_PADDINGVERT (1 << 5)
160 typedef struct MC_GGEOMETRY_tag {
198 #define MC_GM_GETTABLE (MC_GM_FIRST + 0)
213 #define MC_GM_SETTABLE (MC_GM_FIRST + 1)
222 #define MC_GM_GETCOLUMNCOUNT (MC_GM_FIRST + 2)
231 #define MC_GM_GETROWCOUNT (MC_GM_FIRST + 3)
241 #define MC_GM_RESIZE (MC_GM_FIRST + 4)
250 #define MC_GM_CLEAR (MC_GM_FIRST + 5)
261 #define MC_GM_SETCELL (MC_GM_FIRST + 6)
275 #define MC_GM_GETCELL (MC_GM_FIRST + 7)
286 #define MC_GM_SETGEOMETRY (MC_GM_FIRST + 8)
296 #define MC_GM_GETGEOMETRY (MC_GM_FIRST + 9)
306 #define MC_GM_SETVALUE (MC_GM_FIRST + 10)
319 #define MC_GM_GETVALUE (MC_GM_FIRST + 11)
330 #define MC_WC_GRID MCTRL_NAME_AW(MC_WC_GRID)