📄 group__mgext__ctrl__iconview__msgs.htm
字号:
</table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga30">SVM_SETITEMCMP</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00358">358</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga28" doxytag="iconview.h::IVM_SETITEMDESTROY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETITEMDESTROY SVM_SETITEMDESTROY </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga29">SVM_SETITEMDESTROY</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00353">353</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="iconview.h::IVM_SETITEMDRAW"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETITEMDRAW SVM_SETITEMDRAW </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga2">SVM_SETITEMDRAW</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00233">233</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga27" doxytag="iconview.h::IVM_SETITEMINIT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETITEMINIT SVM_SETITEMINIT </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga28">SVM_SETITEMINIT</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00348">348</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="iconview.h::IVM_SETITEMOPS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETITEMOPS SVM_SETITEMOPS </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga8">SVM_SETITEMOPS</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00248">248</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="iconview.h::IVM_SETITEMSIZE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETITEMSIZE 0xF436 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Sets the item width and height of an iconview control. <p>All the items have the same item size. This message should be sent before you add items to iconview control.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__iconview__msgs.htm#ga1">IVM_SETITEMSIZE</a> <span class="keywordtype">int</span> width; <span class="keywordtype">int</span> height; wParam = width; lParam = height;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>width</em> </td><td>Width of an item. </td></tr> <tr><td valign="top"></td><td valign="top"><em>height</em> </td><td>Height of an item.</td></tr> </table></dl><dl compact><dt><b>Returns:</b></dt><dd>0. </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00216">216</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga9" doxytag="iconview.h::IVM_SETMARGINS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETMARGINS SVM_SETMARGINS </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga10">SVM_SETMARGINS</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00258">258</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga36" doxytag="iconview.h::IVM_SETSCROLLPAGEVAL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETSCROLLPAGEVAL SVM_SETSCROLLPAGEVAL </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga39">SVM_SETSCROLLPAGEVAL</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00393">393</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga35" doxytag="iconview.h::IVM_SETSCROLLVAL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SETSCROLLVAL SVM_SETSCROLLVAL </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga38">SVM_SETSCROLLVAL</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00388">388</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga24" doxytag="iconview.h::IVM_SHOWITEM"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SHOWITEM SVM_SHOWITEM </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga25">SVM_SHOWITEM</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00333">333</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><a class="anchor" name="ga37" doxytag="iconview.h::IVM_SORTITEMS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define IVM_SORTITEMS SVM_SORTITEMS </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The same common control messages as scrollview control <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__scrollview__msgs.htm#ga40">SVM_SORTITEMS</a> </dd></dl><p>Definition at line <a class="el" href="iconview_8h-source.htm#l00398">398</a> of file <a class="el" href="iconview_8h-source.htm">iconview.h</a>. </td> </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:56 2007 for MiniGUI V1.6.10 API Reference by <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 + -