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

📄 struct__ntbiteminfo.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: _NTBITEMINFO 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>_NTBITEMINFO Struct Reference<br><small>[<a class="el" href="group__ctrl__newtoolbar.htm">NewToolBar control</a>]</small></h1><code>#include &lt;<a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>&gt;</code><p><h2>Data Fields</h2><ul><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__NTBITEMINFO.htm#o0">which</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__NTBITEMINFO.htm#o1">flags</a><li>int <a class="el" href="struct__NTBITEMINFO.htm#o2">id</a><li>char * <a class="el" href="struct__NTBITEMINFO.htm#o3">text</a><li>char * <a class="el" href="struct__NTBITEMINFO.htm#o4">tip</a><li>int <a class="el" href="struct__NTBITEMINFO.htm#o5">bmp_cell</a><li><a class="el" href="group__ctrl__newtoolbar.htm#ga1">HOTSPOTPROC</a> <a class="el" href="struct__NTBITEMINFO.htm#o6">hotspot_proc</a><li><a class="el" href="struct__RECT.htm">RECT</a> <a class="el" href="struct__NTBITEMINFO.htm#o7">rc_hotspot</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__NTBITEMINFO.htm#o8">add_data</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Structure of the new toolbar item info <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00145">145</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o8" doxytag="_NTBITEMINFO::add_data"></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__NTBITEMINFO.htm#o8">add_data</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="newtoolbar_8h-source.htm#l00199">199</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o5" doxytag="_NTBITEMINFO::bmp_cell"></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__NTBITEMINFO.htm#o5">bmp_cell</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Index of bitmap cell. <p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00190">190</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o1" doxytag="_NTBITEMINFO::flags"></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__NTBITEMINFO.htm#o1">flags</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Flags of the item. It can be OR'd with the following values:<p><ul><li>NTBIF_PUSHBUTTON<br> The item is a normal push button.</li><li>NTBIF_CHECKBUTTON<br> The item is a normal check button.</li><li>NTBIF_NEWLINE<br> The item is a newline tag.</li><li>NTBIF_HOTSPOTBUTTON<br> The item is a menu button with hotspot.</li><li>NTBIF_SEPARATOR<br> The item is a separator.</li><li>NTBIF_DISABLED<br> The item is disabled. </li></ul><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00171">171</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o6" doxytag="_NTBITEMINFO::hotspot_proc"></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__ctrl__newtoolbar.htm#ga1">HOTSPOTPROC</a> <a class="el" href="struct__NTBITEMINFO.htm#o6">hotspot_proc</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Hotpot-clicked callback procedure for menubutton. <p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00193">193</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o2" doxytag="_NTBITEMINFO::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__NTBITEMINFO.htm#o2">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="newtoolbar_8h-source.htm#l00178">178</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o7" doxytag="_NTBITEMINFO::rc_hotspot"></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__RECT.htm">RECT</a> <a class="el" href="struct__NTBITEMINFO.htm#o7">rc_hotspot</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Rectangle region of hotspot in the cell. <p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00196">196</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o3" doxytag="_NTBITEMINFO::text"></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">char* <a class="el" href="struct__NTBITEMINFO.htm#o3">text</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Text of the item. This text will be displayed under the bitmap if the control have NTBS_WITHTEXT style. <p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00184">184</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o4" doxytag="_NTBITEMINFO::tip"></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">char* <a class="el" href="struct__NTBITEMINFO.htm#o4">tip</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Tooltip of the item, not used, reserved. <p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00187">187</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="_NTBITEMINFO::which"></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__NTBITEMINFO.htm#o0">which</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Which fields are valid when sets/retrives the item information (ignored when add item). It can be OR'd with the following values:<p><ul><li>MTB_WHICH_FLAGS<br> The flags is valid.</li><li>MTB_WHICH_ID<br> The identifier is valid.</li><li>MTB_WHICH_TEXT<br> The text is valid.</li><li>MTB_WHICH_TIP<br> The tip text is valid.</li><li>MTB_WHICH_CELL<br> The bitmap cell index is valid.</li><li>MTB_WHICH_HOTSPOT<br> The hotspot rect is valid.</li><li>MTB_WHICH_ADDDATA<br> The additional data is valid. </li></ul><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00159">159</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="newtoolbar_8h-source.htm">newtoolbar.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 + -