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

📄 listbox_8h.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<dl class="el"><dd class="mdescRight">Determines the index of the item that has the focus rectangle.  <a href="group__ctrl__listbox__msgs.htm#ga31"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga32">LB_SETITEMHEIGHT</a>&nbsp;&nbsp;&nbsp;0xF1A0<dl class="el"><dd class="mdescRight">Sets the height of all items.  <a href="group__ctrl__listbox__msgs.htm#ga32"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga33">LB_GETITEMHEIGHT</a>&nbsp;&nbsp;&nbsp;0xF1A1<dl class="el"><dd class="mdescRight">Gets the height in pixels of an item specified in the wParam parameter.  <a href="group__ctrl__listbox__msgs.htm#ga33"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga34">LB_FINDSTRINGEXACT</a>&nbsp;&nbsp;&nbsp;0xF1A2<dl class="el"><dd class="mdescRight">Searchs for an item that exactly matches the characters specified.  <a href="group__ctrl__listbox__msgs.htm#ga34"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga40">LB_SETTEXT</a>&nbsp;&nbsp;&nbsp;0xF1AA<dl class="el"><dd class="mdescRight">Sets text of the specified item.  <a href="group__ctrl__listbox__msgs.htm#ga40"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga41">LB_GETCHECKMARK</a>&nbsp;&nbsp;&nbsp;0xF1AB<dl class="el"><dd class="mdescRight">Gets check mark status of an item.  <a href="group__ctrl__listbox__msgs.htm#ga41"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga42">LB_SETCHECKMARK</a>&nbsp;&nbsp;&nbsp;0xF1AC<dl class="el"><dd class="mdescRight">Sets check mark status of an item.  <a href="group__ctrl__listbox__msgs.htm#ga42"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga43">LB_GETITEMADDDATA</a>&nbsp;&nbsp;&nbsp;0xF1AD<dl class="el"><dd class="mdescRight">Gets the 32-bit data value associated with an item.  <a href="group__ctrl__listbox__msgs.htm#ga43"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga44">LB_SETITEMADDDATA</a>&nbsp;&nbsp;&nbsp;0xF1AE<dl class="el"><dd class="mdescRight">Associates a 32-bit data value with an item.  <a href="group__ctrl__listbox__msgs.htm#ga44"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga45">LB_SETSTRCMPFUNC</a>&nbsp;&nbsp;&nbsp;0xF1AF<dl class="el"><dd class="mdescRight">Sets the STRCMP function used to sort items.  <a href="group__ctrl__listbox__msgs.htm#ga45"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga46">LB_SETITEMDISABLE</a>&nbsp;&nbsp;&nbsp;0xF1B0<dl class="el"><dd class="mdescRight">Sets the item disable.  <a href="group__ctrl__listbox__msgs.htm#ga46"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga47">LB_GETITEMDISABLE</a>&nbsp;&nbsp;&nbsp;0xF1B1<dl class="el"><dd class="mdescRight">Get the item disable status.  <a href="group__ctrl__listbox__msgs.htm#ga47"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga48">LB_SETITEMBOLD</a>&nbsp;&nbsp;&nbsp;0xF1B2<dl class="el"><dd class="mdescRight">Sets the item display use bold font.  <a href="group__ctrl__listbox__msgs.htm#ga48"></a><br></dl><li>#define <a class="el" href="group__ctrl__listbox__msgs.htm#ga49">LB_MULTIADDITEM</a>&nbsp;&nbsp;&nbsp;0xF1B3<dl class="el"><dd class="mdescRight">Appends the multi strings.  <a href="group__ctrl__listbox__msgs.htm#ga49"></a><br></dl><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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#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="group__ctrl__listbox__ncs.htm#ga8"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__LISTBOXITEMINFO.htm">_LISTBOXITEMINFO</a> <a class="el" href="group__ctrl__listbox.htm#ga0">LISTBOXITEMINFO</a><li>typedef <a class="el" href="struct__LISTBOXITEMINFO.htm">LISTBOXITEMINFO</a> * <a class="el" href="group__ctrl__listbox.htm#ga1">PLISTBOXITEMINFO</a><dl class="el"><dd class="mdescRight">Data type of the pointer to a LISTBOXITEMINFO.  <a href="group__ctrl__listbox.htm#ga1"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming &lt;<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>&gt; </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2001/12/29</dd></dl><div class="fragment"><pre class="fragment">    Copyright (C) 2002-2007 Feynman Software.    Copyright (C) 1998-2002 Wei Yongming.    All rights reserved by Feynman Software.    This file is part of MiniGUI, a compact cross-platform Graphics     User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="listbox_8h-source.htm">listbox.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 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 + -