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

📄 group__ctrl__listbox__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 codes of listbox 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 codes of listbox control<br><small>[<a class="el" href="group__ctrl__listbox.htm">ListBox control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga0">LBN_ERRSPACE</a>&nbsp;&nbsp;&nbsp;255<dl class="el"><dd class="mdescRight">Indicates that memory is not enough.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga1">LBN_SELCHANGE</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">Indicates change due to mouse or keyboard user input.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga2">LBN_DBLCLK</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">Indicates double click on an item.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga3">LBN_SELCANCEL</a>&nbsp;&nbsp;&nbsp;3<dl class="el"><dd class="mdescRight">Indicates cancel of the selection in the list box.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga4">LBN_SETFOCUS</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">Indicates gain of input focus.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga5">LBN_KILLFOCUS</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">Indicates loss of input focus.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga6">LBN_CLICKCHECKMARK</a>&nbsp;&nbsp;&nbsp;6<dl class="el"><dd class="mdescRight">Indicates click on the check mark.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga7">LBN_CLICKED</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">Indicates click on the string.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__ncs.htm#ga8">LBN_ENTER</a>&nbsp;&nbsp;&nbsp;8<dl class="el"><dd class="mdescRight">Indicates the user has pressed the ENTER key.  <a href="#ga8"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga6" doxytag="listbox.h::LBN_CLICKCHECKMARK"></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 LBN_CLICKCHECKMARK&nbsp;&nbsp;&nbsp;6          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates click on the check mark. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l01105">1105</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="listbox.h::LBN_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 LBN_CLICKED&nbsp;&nbsp;&nbsp;7          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates click on the string. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l01111">1111</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="listbox.h::LBN_DBLCLK"></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 LBN_DBLCLK&nbsp;&nbsp;&nbsp;2          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates double click on an item. <p>A list box created with the LBS_NOTIFY style sends an LBN_DBLCLK notification message to its parent window when the user double-clicks a string in it. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01071">1071</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="listbox.h::LBN_ENTER"></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 LBN_ENTER&nbsp;&nbsp;&nbsp;8          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the user has pressed the ENTER key. <p><p>Definition at line <a class="el" href="listbox_8h-source.htm#l01117">1117</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="listbox.h::LBN_ERRSPACE"></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 LBN_ERRSPACE&nbsp;&nbsp;&nbsp;255          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates that memory is not enough. <p>A list box sends an LBN_ERRSPACE notification message to its parent window when it cannot allocate enough memory to complete the current operation. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01052">1052</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="listbox.h::LBN_KILLFOCUS"></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 LBN_KILLFOCUS&nbsp;&nbsp;&nbsp;5          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates loss of input focus. <p>A list box sends an LBN_KILLFOCUS notification message to its parent window when the list box loses the input focus. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01099">1099</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="listbox.h::LBN_SELCANCEL"></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 LBN_SELCANCEL&nbsp;&nbsp;&nbsp;3          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates cancel of the selection in the list box. <p>A list box created with the LBS_NOTIFY style sends an LBN_SELCANCEL notification message to its parent window when the user cancels the selection in the list box. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01081">1081</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="listbox.h::LBN_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 LBN_SELCHANGE&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates change due to mouse or keyboard user input. <p>A list box created with the LBS_NOTIFY style sends an LBN_SELCHANGE notification message to its parent window when the selection is about to change due to mouse or keyboard user input. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01062">1062</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="listbox.h::LBN_SETFOCUS"></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 LBN_SETFOCUS&nbsp;&nbsp;&nbsp;4          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates gain of input focus. <p>A list box sends an LBN_SETFOCUS notification message to its parent window when the list box gains the input focus. <p>Definition at line <a class="el" href="listbox_8h-source.htm#l01090">1090</a> of file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 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 + -