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

📄 group__mgext__ctrl__listview__ncs.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: Notification code of ListView control</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>Notification code of ListView control<br><small>[<a class="el" href="group__mgext__ctrl__listview.htm">ListView control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga0">LVN_CLICKED</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">This notification code informs parent window the mouse clicked.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga1">LVN_SELCHANGE</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has changed.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga2">LVN_ITEMRDOWN</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button down on a listview item.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga3">LVN_ITEMRUP</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button up on a listview item.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga4">LVN_HEADRDOWN</a>&nbsp;&nbsp;&nbsp;6<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button down on the listview header.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga5">LVN_HEADRUP</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">This notification code informs parent window the right mouse button up on the listview header.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga6">LVN_KEYDOWN</a>&nbsp;&nbsp;&nbsp;8<dl class="el"><dd class="mdescRight">This notification code informs parent window that a key has been pressed.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga7">LVN_ITEMDBCLK</a>&nbsp;&nbsp;&nbsp;9<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has be double clicked.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga8">LVN_ITEMCLK</a>&nbsp;&nbsp;&nbsp;10<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected item has been clicked.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga9">LVN_COLCHANGE</a>&nbsp;&nbsp;&nbsp;11<dl class="el"><dd class="mdescRight">This notification code informs parent window the current selected column has changed.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga10">LVN_FOLDED</a>&nbsp;&nbsp;&nbsp;12<dl class="el"><dd class="mdescRight">This notification code informs that user folds an item by mouse clicking.  <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__ncs.htm#ga11">LVN_UNFOLDED</a>&nbsp;&nbsp;&nbsp;13<dl class="el"><dd class="mdescRight">This notification code informs that user unfolds an item by mouse clicking.  <a href="#ga11"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="listview.h::LVN_CLICKED"></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 LVN_CLICKED&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the mouse clicked. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01164">1164</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga9" doxytag="listview.h::LVN_COLCHANGE"></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 LVN_COLCHANGE&nbsp;&nbsp;&nbsp;11          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the current selected column has changed. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01227">1227</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="listview.h::LVN_FOLDED"></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 LVN_FOLDED&nbsp;&nbsp;&nbsp;12          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs that user folds an item by mouse clicking. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01234">1234</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="listview.h::LVN_HEADRDOWN"></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 LVN_HEADRDOWN&nbsp;&nbsp;&nbsp;6          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the right mouse button down on the listview header. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01192">1192</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="listview.h::LVN_HEADRUP"></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 LVN_HEADRUP&nbsp;&nbsp;&nbsp;7          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the right mouse button up on the listview header. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01199">1199</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="listview.h::LVN_ITEMCLK"></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 LVN_ITEMCLK&nbsp;&nbsp;&nbsp;10          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the current selected item has been clicked. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01220">1220</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="listview.h::LVN_ITEMDBCLK"></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 LVN_ITEMDBCLK&nbsp;&nbsp;&nbsp;9          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the current selected item has be double clicked. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01213">1213</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="listview.h::LVN_ITEMRDOWN"></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 LVN_ITEMRDOWN&nbsp;&nbsp;&nbsp;4          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the right mouse button down on a listview item. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01178">1178</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="listview.h::LVN_ITEMRUP"></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 LVN_ITEMRUP&nbsp;&nbsp;&nbsp;5          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the right mouse button up on a listview item. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01185">1185</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="listview.h::LVN_KEYDOWN"></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 LVN_KEYDOWN&nbsp;&nbsp;&nbsp;8          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window that a key has been pressed. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01205">1205</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="listview.h::LVN_SELCHANGE"></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 LVN_SELCHANGE&nbsp;&nbsp;&nbsp;2          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs parent window the current selected item has changed. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01171">1171</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="ga11" doxytag="listview.h::LVN_UNFOLDED"></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 LVN_UNFOLDED&nbsp;&nbsp;&nbsp;13          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs that user unfolds an item by mouse clicking. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l01241">1241</a> of file <a class="el" href="listview_8h-source.htm">listview.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 + -