📄 group__mgext__ctrl__listview__styles.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: Styles 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>Styles 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__styles.htm#ga0">LVS_UPNOTIFY</a> 0x0001L<dl class="el"><dd class="mdescRight">Notifies the parent window when mouse is up (default is down). <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga2">LVS_SORT</a> 0x0002L<dl class="el"><dd class="mdescRight">Sorts strings automatically. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga3">LVS_MULTIPLESEL</a> 0x0008L<dl class="el"><dd class="mdescRight">Causes the listview to allow the user to select multiple items. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga4">LVS_CHECKBOX</a> 0x1000L<dl class="el"><dd class="mdescRight">Displays a check box in an item. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga5">LVS_AUTOCHECK</a> 0x2000L<dl class="el"><dd class="mdescRight">If the list view has LVS_CHECKBOX style, this style tell the list view to auto-switch the check box between checked or un-checked when the user click the check mark box of an item. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga6">LVS_AUTOCHECKBOX</a> (LVS_CHECKBOX | LVS_AUTOCHECK)<dl class="el"><dd class="mdescRight">If the list view has LVS_AUTOCHECKBOX style, this style tell the list view use LVS_CHECKBOX and LVS_AUTOCHECK style. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__listview__styles.htm#ga7">LVS_TREEVIEW</a> 0x4000L<dl class="el"><dd class="mdescRight">Uses listview in a treeview style. <a href="#ga7"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga5" doxytag="listview.h::LVS_AUTOCHECK"></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 LVS_AUTOCHECK 0x2000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>If the list view has LVS_CHECKBOX style, this style tell the list view to auto-switch the check box between checked or un-checked when the user click the check mark box of an item. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00332">332</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::LVS_AUTOCHECKBOX"></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 LVS_AUTOCHECKBOX (LVS_CHECKBOX | LVS_AUTOCHECK) </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>If the list view has LVS_AUTOCHECKBOX style, this style tell the list view use LVS_CHECKBOX and LVS_AUTOCHECK style. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00338">338</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::LVS_CHECKBOX"></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 LVS_CHECKBOX 0x1000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays a check box in an item. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00324">324</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::LVS_MULTIPLESEL"></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 LVS_MULTIPLESEL 0x0008L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Causes the listview to allow the user to select multiple items. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00318">318</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::LVS_SORT"></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 LVS_SORT 0x0002L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Sorts strings automatically. <p>Causes the listview to sort strings automatically. <p>Definition at line <a class="el" href="listview_8h-source.htm#l00312">312</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::LVS_TREEVIEW"></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 LVS_TREEVIEW 0x4000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Uses listview in a treeview style. <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00344">344</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="listview.h::LVS_UPNOTIFY"></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 LVS_UPNOTIFY 0x0001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Notifies the parent window when mouse is up (default is down). <p>Causes the listview to notify the listview parent window with a notification message when the user make actions, such as clicks, doubleclicks, ...,etc. <p>Definition at line <a class="el" href="listview_8h-source.htm#l00303">303</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 + -