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

📄 struct__coolbariteminfo.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: _COOLBARITEMINFO Struct Reference</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>_COOLBARITEMINFO Struct Reference<br><small>[<a class="el" href="group__mgext__ctrl__coolbar.htm">CoolBar control</a>]</small></h1><code>#include &lt;<a class="el" href="coolbar_8h-source.htm">coolbar.h</a>&gt;</code><p><h2>Data Fields</h2><ul><li>int <a class="el" href="struct__COOLBARITEMINFO.htm#o0">insPos</a><li>int <a class="el" href="struct__COOLBARITEMINFO.htm#o1">id</a><li>int <a class="el" href="struct__COOLBARITEMINFO.htm#o2">ItemType</a><li><a class="el" href="struct__BITMAP.htm">PBITMAP</a> <a class="el" href="struct__COOLBARITEMINFO.htm#o3">Bmp</a><li>const char * <a class="el" href="struct__COOLBARITEMINFO.htm#o4">ItemHint</a><li>const char * <a class="el" href="struct__COOLBARITEMINFO.htm#o5">Caption</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__COOLBARITEMINFO.htm#o6">dwAddData</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Structure of the coolbar item info <p><p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00064">64</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o3" doxytag="_COOLBARITEMINFO::Bmp"></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"><a class="el" href="struct__BITMAP.htm">PBITMAP</a> <a class="el" href="struct__COOLBARITEMINFO.htm#o3">Bmp</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Pointer to the bitmap of the item, valid when the type is TYPE_BMPITEM. <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00090">90</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o5" doxytag="_COOLBARITEMINFO::Caption"></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">const char* <a class="el" href="struct__COOLBARITEMINFO.htm#o5">Caption</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Caption of the item, valid when the type is TPYE_TEXTITEM. <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00100">100</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o6" doxytag="_COOLBARITEMINFO::dwAddData"></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"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__COOLBARITEMINFO.htm#o6">dwAddData</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Additional data of the item <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00103">103</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o1" doxytag="_COOLBARITEMINFO::id"></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">int <a class="el" href="struct__COOLBARITEMINFO.htm#o1">id</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Identifier of the item. When the user clicked the item, this control will send a notification message to the parent window with the notification code to be equal to this identifier. <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00074">74</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="_COOLBARITEMINFO::insPos"></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">int <a class="el" href="struct__COOLBARITEMINFO.htm#o0">insPos</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Reserved, do not use. <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00067">67</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o4" doxytag="_COOLBARITEMINFO::ItemHint"></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">const char* <a class="el" href="struct__COOLBARITEMINFO.htm#o4">ItemHint</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Hint text of the item, will be displayed in the tooltip window. <p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00095">95</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o2" doxytag="_COOLBARITEMINFO::ItemType"></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">int <a class="el" href="struct__COOLBARITEMINFO.htm#o2">ItemType</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Type of the item, can be one of the following values:<ul><li>TYPE_BARITEM The item is a separator (a vertical line).</li><li>TYPE_BMPITEM The item is a bitmap.</li><li>TYPE_TEXTITEM The item is text. </li></ul><p>Definition at line <a class="el" href="coolbar_8h-source.htm#l00085">85</a> of file <a class="el" href="coolbar_8h-source.htm">coolbar.h</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="coolbar_8h-source.htm">coolbar.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:52 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 + -