Go to the documentation of this file.
89 #define MC_WC_GRIDW L"mCtrl.grid"
91 #define MC_WC_GRIDA "mCtrl.grid"
102 #define MC_GS_NOTABLECREATE 0x0001
105 #define MC_GS_NOGRIDLINES 0x0002
108 #define MC_GS_COLUMNHEADERNONE 0x0000
110 #define MC_GS_COLUMNHEADERNUMBERED 0x1000
112 #define MC_GS_COLUMNHEADERALPHABETIC 0x2000
114 #define MC_GS_COLUMNHEADERCUSTOM 0x3000
117 #define MC_GS_ROWHEADERNONE 0x0000
119 #define MC_GS_ROWHEADERNUMBERED 0x4000
121 #define MC_GS_ROWHEADERALPHABETIC 0x8000
123 #define MC_GS_ROWHEADERCUSTOM 0xC000
135 #define MC_GGF_COLUMNHEADERHEIGHT (1 << 0)
137 #define MC_GGF_ROWHEADERWIDTH (1 << 1)
139 #define MC_GGF_COLUMNWIDTH (1 << 2)
141 #define MC_GGF_ROWHEIGHT (1 << 3)
143 #define MC_GGF_PADDINGHORZ (1 << 4)
145 #define MC_GGF_PADDINGVERT (1 << 5)
159 typedef struct MC_GGEOMETRY_tag {
197 #define MC_GM_GETTABLE (MC_GM_FIRST + 0)
212 #define MC_GM_SETTABLE (MC_GM_FIRST + 1)
221 #define MC_GM_GETCOLUMNCOUNT (MC_GM_FIRST + 2)
230 #define MC_GM_GETROWCOUNT (MC_GM_FIRST + 3)
240 #define MC_GM_RESIZE (MC_GM_FIRST + 4)
249 #define MC_GM_CLEAR (MC_GM_FIRST + 5)
260 #define MC_GM_SETCELL (MC_GM_FIRST + 6)
274 #define MC_GM_GETCELL (MC_GM_FIRST + 7)
285 #define MC_GM_SETGEOMETRY (MC_GM_FIRST + 8)
295 #define MC_GM_GETGEOMETRY (MC_GM_FIRST + 9)
305 #define MC_GM_SETVALUE (MC_GM_FIRST + 10)
318 #define MC_GM_GETVALUE (MC_GM_FIRST + 11)
329 #define MC_WC_GRID MCTRL_NAME_AW(MC_WC_GRID)