⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gridview_8h-source.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<a name="l00181"></a><a class="code" href="struct__GRIDCELLDATAHEADER.htm#o2">00181</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATAHEADER.htm#o2">len_buff</a>;00182 }<a class="code" href="struct__GRIDCELLDATAHEADER.htm">GRIDCELLDATAHEADER</a>;00183 <a name="l00185"></a><a class="code" href="struct__GRIDCELLDATATEXT.htm">00185</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__GRIDCELLDATATEXT.htm">_GRIDCELLDATATEXT</a>00186 {<a name="l00188"></a><a class="code" href="struct__GRIDCELLDATATEXT.htm#o0">00188</a>     <span class="keywordtype">char</span>* <a class="code" href="struct__GRIDCELLDATATEXT.htm#o0">buff</a>;<a name="l00190"></a><a class="code" href="struct__GRIDCELLDATATEXT.htm#o1">00190</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATATEXT.htm#o1">len_buff</a>;00191 }<a class="code" href="struct__GRIDCELLDATATEXT.htm">GRIDCELLDATATEXT</a>;00192 <a name="l00194"></a><a class="code" href="struct__GRIDCELLDATANUMBER.htm">00194</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__GRIDCELLDATANUMBER.htm">_GRIDCELLDATANUMBER</a>00195 {<a name="l00197"></a><a class="code" href="struct__GRIDCELLDATANUMBER.htm#o0">00197</a>     <span class="keywordtype">double</span> <a class="code" href="struct__GRIDCELLDATANUMBER.htm#o0">number</a>;<a name="l00199"></a><a class="code" href="struct__GRIDCELLDATANUMBER.htm#o1">00199</a>     <span class="keywordtype">char</span>* <a class="code" href="struct__GRIDCELLDATANUMBER.htm#o1">format</a>;<a name="l00201"></a><a class="code" href="struct__GRIDCELLDATANUMBER.htm#o2">00201</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATANUMBER.htm#o2">len_format</a>;00202 }<a class="code" href="struct__GRIDCELLDATANUMBER.htm">GRIDCELLDATANUMBER</a>;00203 <a name="l00205"></a><a class="code" href="struct__GRIDCELLDATACHECKBOX.htm">00205</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__GRIDCELLDATACHECKBOX.htm">_GRIDCELLDATACHECKBOX</a>00206 {<a name="l00208"></a><a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o0">00208</a>     <a class="code" href="group__simple__types.htm#ga0">BOOL</a> <a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o0">checked</a>;<a name="l00210"></a><a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o1">00210</a>     <span class="keywordtype">char</span>* <a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o1">text</a>;<a name="l00212"></a><a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o2">00212</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATACHECKBOX.htm#o2">len_text</a>;00213 }<a class="code" href="struct__GRIDCELLDATACHECKBOX.htm">GRIDCELLDATACHECKBOX</a>;00214 <a name="l00216"></a><a class="code" href="struct__GRIDCELLDATASELECTION.htm">00216</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__GRIDCELLDATASELECTION.htm">_GRIDCELLDATASELECTION</a>00217 {<a name="l00219"></a><a class="code" href="struct__GRIDCELLDATASELECTION.htm#o0">00219</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATASELECTION.htm#o0">cur_index</a>;<a name="l00221"></a><a class="code" href="struct__GRIDCELLDATASELECTION.htm#o1">00221</a>     <span class="keywordtype">char</span>* <a class="code" href="struct__GRIDCELLDATASELECTION.htm#o1">selections</a>;<a name="l00223"></a><a class="code" href="struct__GRIDCELLDATASELECTION.htm#o2">00223</a>     <span class="keywordtype">int</span> <a class="code" href="struct__GRIDCELLDATASELECTION.htm#o2">len_sel</a>;00224 }<a class="code" href="struct__GRIDCELLDATASELECTION.htm">GRIDCELLDATASELECTION</a>;00225 00226 <span class="preprocessor">#if 0</span>00227 <span class="preprocessor"></span>00228 <span class="keyword">typedef</span> <span class="keyword">struct </span>_GRIDCELLDATAEVAL00229 {00231     <span class="keywordtype">double</span> number;00233     <a class="code" href="struct__GRIDCELLS.htm">GRIDCELLS</a> sourcecells;00235     GRIDCELLEVALCALLBACK eval_callback;00237     <span class="keywordtype">char</span>* format;00239     <span class="keywordtype">int</span> len_format;00240 }GRIDCELLDATAEVAL;00241 <span class="preprocessor">#endif</span>00242 <span class="preprocessor"></span><a name="l00244"></a><a class="code" href="struct__GRIDCELLDATA.htm">00244</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__GRIDCELLDATA.htm">_GRIDCELLDATA</a>00245 {<a name="l00264"></a><a class="code" href="struct__GRIDCELLDATA.htm#o0">00264</a>     <a class="code" href="group__win32__types.htm#ga4">DWORD</a> <a class="code" href="struct__GRIDCELLDATA.htm#o0">mask</a>;00265 <a name="l00267"></a><a class="code" href="struct__GRIDCELLDATA.htm#o1">00267</a>     <a class="code" href="group__win32__types.htm#ga4">DWORD</a> <a class="code" href="struct__GRIDCELLDATA.htm#o1">style</a>;<a name="l00269"></a><a class="code" href="struct__GRIDCELLDATA.htm#o2">00269</a>     <a class="code" href="group__gdi__types.htm#ga8">gal_pixel</a> <a class="code" href="struct__GRIDCELLDATA.htm#o2">color_fg</a>;<a name="l00271"></a><a class="code" href="struct__GRIDCELLDATA.htm#o3">00271</a>     <a class="code" href="group__gdi__types.htm#ga8">gal_pixel</a> <a class="code" href="struct__GRIDCELLDATA.htm#o3">color_bg</a>;<a name="l00273"></a><a class="code" href="struct__GRIDCELLDATA.htm#o4">00273</a>     <a class="code" href="struct__LOGFONT.htm">PLOGFONT</a> <a class="code" href="struct__GRIDCELLDATA.htm#o4">font</a>;<a name="l00275"></a><a class="code" href="struct__GRIDCELLDATA.htm#o5">00275</a>     <a class="code" href="struct__BITMAP.htm">PBITMAP</a> <a class="code" href="struct__GRIDCELLDATA.htm#o5">image</a>;<a name="l00277"></a><a class="code" href="struct__GRIDCELLDATA.htm#o6">00277</a>     <span class="keywordtype">void</span>* <a class="code" href="struct__GRIDCELLDATA.htm#o6">content</a>;00278 }<a class="code" href="struct__GRIDCELLDATA.htm">GRIDCELLDATA</a>;00279 <a name="l00302"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga0">00302</a> <span class="preprocessor">#define  GRIDM_SETCELLPROPERTY    0xF210</span>00303 <span class="preprocessor"></span><a name="l00322"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga1">00322</a> <span class="preprocessor">#define  GRIDM_GETCELLPROPERTY    0xF211</span>00323 <span class="preprocessor"></span><a name="l00341"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga2">00341</a> <span class="preprocessor">#define  GRIDM_SETCOLWIDTH       0xF212</span>00342 <span class="preprocessor"></span><a name="l00359"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga3">00359</a> <span class="preprocessor">#define  GRIDM_GETCOLWIDTH       0xF213 </span>00360 <span class="preprocessor"></span><a name="l00378"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga4">00378</a> <span class="preprocessor">#define  GRIDM_SETROWHEIGHT      0xF214</span>00379 <span class="preprocessor"></span><a name="l00396"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga5">00396</a> <span class="preprocessor">#define  GRIDM_GETROWHEIGHT      0xF215</span>00397 <span class="preprocessor"></span><a name="l00415"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga6">00415</a> <span class="preprocessor">#define  GRIDM_ADDROW         0xF216</span>00416 <span class="preprocessor"></span><a name="l00433"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga7">00433</a> <span class="preprocessor">#define  GRIDM_DELROW         0xF217</span>00434 <span class="preprocessor"></span><a name="l00451"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga8">00451</a> <span class="preprocessor">#define  GRIDM_ADDCOLUMN      0xF218</span>00452 <span class="preprocessor"></span><a name="l00468"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga9">00468</a> <span class="preprocessor">#define  GRIDM_DELCOLUMN      0xF219</span>00469 <span class="preprocessor"></span><a name="l00484"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga10">00484</a> <span class="preprocessor">#define  GRIDM_GETROWCOUNT    0xF21A</span>00485 <span class="preprocessor"></span><a name="l00500"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga11">00500</a> <span class="preprocessor">#define  GRIDM_GETCOLCOUNT    0xF21B</span>00501 <span class="preprocessor"></span><a name="l00520"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga12">00520</a> <span class="preprocessor">#define  GRIDM_SETNUMFORMAT   0xF21C</span>00521 <span class="preprocessor"></span><a name="l00540"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga13">00540</a> <span class="preprocessor">#define  GRIDM_SETSELECTED    0xF21D</span>00541 <span class="preprocessor"></span><a name="l00560"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga14">00560</a> <span class="preprocessor">#define  GRIDM_GETSELECTED    0xF21E</span>00561 <span class="preprocessor"></span><a name="l00581"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga15">00581</a> <span class="preprocessor">#define  GRIDM_ADDDEPENDENCE    0xF21F</span>00582 <span class="preprocessor"></span><a name="l00601"></a><a class="code" href="group__mgext__control__grid__msgs.htm#ga16">00601</a> <span class="preprocessor">#define  GRIDM_DELDEPENDENCE    0xF220</span>00602 <span class="preprocessor"></span>00603 <span class="comment">/*TODO messages for query dependence */</span>00604 00605 <span class="preprocessor">#define  GRIDM_ENDCELLEDIT      0xF221</span>00606 <span class="preprocessor"></span><a name="l00619"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga0">00619</a> <span class="preprocessor">#define  GRIDN_HEADLDOWN       1</span>00620 <span class="preprocessor"></span><a name="l00625"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga1">00625</a> <span class="preprocessor">#define  GRIDN_HEADLUP         2</span>00626 <span class="preprocessor"></span><a name="l00630"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga2">00630</a> <span class="preprocessor">#define  GRIDN_KEYDOWN         3</span>00631 <span class="preprocessor"></span><a name="l00636"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga3">00636</a> <span class="preprocessor">#define  GRIDN_CELLDBCLK       4</span>00637 <span class="preprocessor"></span><a name="l00642"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga4">00642</a> <span class="preprocessor">#define  GRIDN_CELLCLK         5</span>00643 <span class="preprocessor"></span><a name="l00648"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga5">00648</a> <span class="preprocessor">#define  GRIDN_FOCUSCHANGED    6</span>00649 <span class="preprocessor"></span><a name="l00654"></a><a class="code" href="group__mgext__ctrl__grid__ncs.htm#ga6">00654</a> <span class="preprocessor">#define  GRIDN_CELLTEXTCHANGED 7</span>00655 <span class="preprocessor"></span>00664 <span class="preprocessor">#ifdef  __cplusplus</span>00665 <span class="preprocessor"></span>}00666 <span class="preprocessor">#endif</span>00667 <span class="preprocessor"></span>00668 <span class="preprocessor">#endif </span><span class="comment">/* EXT_GRIDVIEW_H */</span>00669 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:50 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -