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

📄 group__mgext__ctrl__iconview__msgs.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 4 页
字号:
      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETITEMDESTROY          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETITEMDRAW          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETITEMINIT          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETITEMOPS          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;0xF436          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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>&nbsp;</td><td>Width of an item. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>height</em>&nbsp;</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&nbsp;&nbsp;&nbsp;SVM_SETMARGINS          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETSCROLLPAGEVAL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SETSCROLLVAL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SHOWITEM          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&nbsp;&nbsp;&nbsp;SVM_SORTITEMS          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </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&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 + -