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

📄 toolbar_8h-source.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: toolbar.h Source File</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><div class="nav"><a class="el" href="dir_000003.htm">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000004.htm">ctrl</a></div><h1>toolbar.h</h1><a href="toolbar_8h.htm">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 00019 <span class="comment">/*</span>00020 <span class="comment"> * $Id: toolbar.h 7365 2007-08-16 05:22:17Z xgwang $</span>00021 <span class="comment"> *</span>00022 <span class="comment"> *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, </span>00023 <span class="comment"> *                     pSOS, ThreadX, NuCleus, OSE, and Win32.</span>00024 <span class="comment"> *</span>00025 <span class="comment"> *             Copyright (C) 2002-2007 Feynman Software.</span>00026 <span class="comment"> *             Copyright (C) 1999-2002 Wei Yongming.</span>00027 <span class="comment"> */</span>00028 00029 <span class="preprocessor">#ifndef _MGUI_CTRL_TOOLBAR_H</span>00030 <span class="preprocessor"></span><span class="preprocessor">#define _MGUI_CTRL_TOOLBAR_H</span>00031 <span class="preprocessor"></span> 00032 <span class="preprocessor">#ifdef __cplusplus</span>00033 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {00034 <span class="preprocessor">#endif  </span><span class="comment">/* __cplusplus */</span>00035 <a name="l00065"></a><a class="code" href="group__ctrl__toolbar.htm#ga2">00065</a> <span class="preprocessor">#define CTRL_TOOLBAR            ("toolbar")</span>00066 <span class="preprocessor"></span><a name="l00068"></a><a class="code" href="struct__TOOLBARITEMINFO.htm">00068</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__TOOLBARITEMINFO.htm">_TOOLBARITEMINFO</a>00069 {<a name="l00071"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o0">00071</a>     <span class="keywordtype">int</span>    <a class="code" href="struct__TOOLBARITEMINFO.htm#o0">insPos</a>;00072 <a name="l00078"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o1">00078</a>     <span class="keywordtype">int</span>    <a class="code" href="struct__TOOLBARITEMINFO.htm#o1">id</a>;00079 <a name="l00081"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o2">00081</a>     <span class="keywordtype">char</span>   <a class="code" href="struct__TOOLBARITEMINFO.htm#o2">NBmpPath</a>[<a class="code" href="group__misc__macros.htm#ga6">MAX_PATH</a>+10];<a name="l00083"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o3">00083</a>     <span class="keywordtype">char</span>   <a class="code" href="struct__TOOLBARITEMINFO.htm#o3">HBmpPath</a>[<a class="code" href="group__misc__macros.htm#ga6">MAX_PATH</a>+10];<a name="l00085"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o4">00085</a>     <span class="keywordtype">char</span>   <a class="code" href="struct__TOOLBARITEMINFO.htm#o4">DBmpPath</a>[<a class="code" href="group__misc__macros.htm#ga6">MAX_PATH</a>+10];00086 <a name="l00088"></a><a class="code" href="struct__TOOLBARITEMINFO.htm#o5">00088</a>     <a class="code" href="group__win32__types.htm#ga4">DWORD</a>  <a class="code" href="struct__TOOLBARITEMINFO.htm#o5">dwAddData</a>;00089 } <a class="code" href="struct__TOOLBARITEMINFO.htm">TOOLBARITEMINFO</a>;<a name="l00094"></a><a class="code" href="group__ctrl__toolbar.htm#ga1">00094</a> <span class="keyword">typedef</span> <a class="code" href="struct__TOOLBARITEMINFO.htm">TOOLBARITEMINFO</a>* <a class="code" href="struct__TOOLBARITEMINFO.htm">PTOOLBARITEMINFO</a>;00095 <a name="l00116"></a><a class="code" href="group__ctrl__toolbar__msgs.htm#ga0">00116</a> <span class="preprocessor">#define TBM_ADDITEM             0xFE00</span>00117 <span class="preprocessor"></span>00118 <span class="preprocessor">#define TBM_MSGMAX              0xFE10</span>00119 <span class="preprocessor"></span>00126 <span class="preprocessor">#ifdef __cplusplus</span>00127 <span class="preprocessor"></span>}00128 <span class="preprocessor">#endif  </span><span class="comment">/* __cplusplus */</span>00129 00130 <span class="preprocessor">#endif </span><span class="comment">/* _MGUI_CTRL_TOOLBAR_H */</span>00131 </pre></div><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 + -