📄 combobox_8h.htm
字号:
<dl class="el"><dd class="mdescRight">Sets the height of all items of the list box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga19"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga20">CB_GETITEMHEIGHT</a> 0xF154<dl class="el"><dd class="mdescRight">Gets the height of items of the list box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga20"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga23">CB_GETDROPPEDSTATE</a> 0xF157<dl class="el"><dd class="mdescRight">Determines whether the list box of a combo box is dropped down. <a href="group__ctrl__combobox__msgs.htm#ga23"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga24">CB_FINDSTRINGEXACT</a> 0xF158<dl class="el"><dd class="mdescRight">Searchs the list box for an item that matches the specified string. <a href="group__ctrl__combobox__msgs.htm#ga24"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga34">CB_SETSPINFORMAT</a> 0xF162<dl class="el"><dd class="mdescRight">Sets the format string of value for CBS_AUTOSPIN type. <a href="group__ctrl__combobox__msgs.htm#ga34"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga35">CB_SETSPINRANGE</a> 0xF163<dl class="el"><dd class="mdescRight">Determines the range of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga35"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga36">CB_GETSPINRANGE</a> 0xF164<dl class="el"><dd class="mdescRight">Gets the range of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga36"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga37">CB_SETSPINVALUE</a> 0xF165<dl class="el"><dd class="mdescRight">Determines the value of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga37"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga38">CB_GETSPINVALUE</a> 0xF166<dl class="el"><dd class="mdescRight">Gets the current value of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga38"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga39">CB_SETSPINPACE</a> 0xF167<dl class="el"><dd class="mdescRight">Determines the pace and the fast pace of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga39"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga40">CB_GETSPINPACE</a> 0xF168<dl class="el"><dd class="mdescRight">Gets the pace and the fast pace of the spin box in a combo box. <a href="group__ctrl__combobox__msgs.htm#ga40"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga41">CB_SPIN</a> 0xF170<dl class="el"><dd class="mdescRight">Spins the value of the spin box or auto spin box. <a href="group__ctrl__combobox__msgs.htm#ga41"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga42">CB_FASTSPIN</a> 0xF171<dl class="el"><dd class="mdescRight">Fast spins the value of the spin box or auto spin box. <a href="group__ctrl__combobox__msgs.htm#ga42"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga43">CB_SETSTRCMPFUNC</a> 0xF172<dl class="el"><dd class="mdescRight">Sets the STRCMP function used to sort items. <a href="group__ctrl__combobox__msgs.htm#ga43"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__msgs.htm#ga44">CB_GETCHILDREN</a> 0xF173<dl class="el"><dd class="mdescRight">Gets the handles to the children of a ComboBox control. <a href="group__ctrl__combobox__msgs.htm#ga44"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox.htm#ga1">CB_OKAY</a> LB_OKAY<li>#define <a class="el" href="group__ctrl__combobox.htm#ga2">CB_ERR</a> LB_ERR<li>#define <a class="el" href="group__ctrl__combobox.htm#ga3">CB_ERRSPACE</a> LB_ERRSPACE<li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga1">CBN_SELCHANGE</a> 1<dl class="el"><dd class="mdescRight">Notifies the change of the current selection. <a href="group__ctrl__combobox__ncs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga2">CBN_DBLCLK</a> 2<dl class="el"><dd class="mdescRight">Notifies the user has double clicked an item. <a href="group__ctrl__combobox__ncs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga3">CBN_SETFOCUS</a> 3<dl class="el"><dd class="mdescRight">Notifies the box has gained the input focus. <a href="group__ctrl__combobox__ncs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga4">CBN_KILLFOCUS</a> 4<dl class="el"><dd class="mdescRight">Notifies the box has lost the input focus. <a href="group__ctrl__combobox__ncs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga5">CBN_EDITCHANGE</a> 5<dl class="el"><dd class="mdescRight">Notifies the change of the text in the edit control. <a href="group__ctrl__combobox__ncs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga7">CBN_DROPDOWN</a> 7<dl class="el"><dd class="mdescRight">Notifies the list box has been dropped down. <a href="group__ctrl__combobox__ncs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga8">CBN_CLOSEUP</a> 8<dl class="el"><dd class="mdescRight">Notifies the list box has been closed up. <a href="group__ctrl__combobox__ncs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga9">CBN_SELECTOK</a> 9<dl class="el"><dd class="mdescRight">Notifies the selection of a list item. <a href="group__ctrl__combobox__ncs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga10">CBN_SELECTCANCEL</a> 10<dl class="el"><dd class="mdescRight">Notifies that the selection of a list item is ignored. <a href="group__ctrl__combobox__ncs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__combobox__ncs.htm#ga11">CBN_CLICKED</a> 11<dl class="el"><dd class="mdescRight">Notifies that the user has clicked combo box. <a href="group__ctrl__combobox__ncs.htm#ga11"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming <<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>> </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="combobox_8h-source.htm">combobox.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 <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 + -