📄 group__mgext__ctrl__listview__ncs.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 Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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 1 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 11 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 12 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 6 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 7 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 10 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 9 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 4 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 5 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 8 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 2 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 13 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </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 <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 + -