📄 group__mgext__ctrl__coolbar__msgs.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: Messages of coolbar 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>Messages of coolbar control<br><small>[<a class="el" href="group__mgext__ctrl__coolbar.htm">CoolBar control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__coolbar__msgs.htm#ga0">CBM_ADDITEM</a> 0xFE00<dl class="el"><dd class="mdescRight">Adds a new item in a coolbar control. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__coolbar__msgs.htm#ga1">CBM_ENABLE</a> 0xFE01<dl class="el"><dd class="mdescRight">Sets an item to be enabled or disabled. <a href="#ga1"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="coolbar.h::CBM_ADDITEM"></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 CBM_ADDITEM 0xFE00 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Adds a new item in a coolbar control. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__coolbar__msgs.htm#ga0">CBM_ADDITEM</a> <a class="code" href="struct__COOLBARITEMINFO.htm">COOLBARITEMINFO</a> *newIteminfo; wParam = 0; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)newIteminfo;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>newIteminfo</em> </td><td>Pointer to the item info structure of the new item to be added.</td></tr> </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero when success, otherwise less than 0; </dd></dl><p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00185">185</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="coolbar.h::CBM_ENABLE"></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 CBM_ENABLE 0xFE01 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Sets an item to be enabled or disabled. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__coolbar__msgs.htm#ga1">CBM_ENABLE</a> <span class="keywordtype">int</span> id; <a class="code" href="group__simple__types.htm#ga0">BOOL</a> enabled; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)id; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)enabled;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>id</em> </td><td>The identifier of the item to change. </td></tr> <tr><td valign="top"></td><td valign="top"><em>enabled</em> </td><td>TRUE to enable the item, FALSE to disable the item.</td></tr> </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero when success, otherwise less than 0. </dd></dl><p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00205">205</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.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 + -