📄 group__ctrl__toolbar.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 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>ToolBar control<br><small>[<a class="el" href="group__controls.htm">Standard controls</a>]</small></h1><h2>Modules</h2><ul><li><a class="el" href="group__ctrl__toolbar__msgs.htm">Messages of toolbar control</a></ul><h2>Data Structures</h2><ul><li>struct <a class="el" href="struct__TOOLBARITEMINFO.htm">_TOOLBARITEMINFO</a></ul><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__toolbar.htm#ga2">CTRL_TOOLBAR</a> ("toolbar")<dl class="el"><dd class="mdescRight">The class name of toolbar control. <a href="#ga2"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__TOOLBARITEMINFO.htm">_TOOLBARITEMINFO</a> <a class="el" href="group__ctrl__toolbar.htm#ga0">TOOLBARITEMINFO</a><li>typedef <a class="el" href="struct__TOOLBARITEMINFO.htm">TOOLBARITEMINFO</a> * <a class="el" href="group__ctrl__toolbar.htm#ga1">PTOOLBARITEMINFO</a><dl class="el"><dd class="mdescRight">Data type of the pointer to a TOOLBARITEMINFO. <a href="#ga1"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Note:</b></dt><dd>The argument <em>dwAddData</em> of <em>CreateWindowEx</em> function should specify the height and the width of item on toolbar. <p>This control is reserved only for compatibility, new applications should use the new tool bar control instead (NewToolBar).</dd></dl><div class="fragment"><pre class="fragment"> <span class="keywordtype">int</span> item_height = 16; <span class="keywordtype">int</span> item_width = 16; <a class="code" href="group__control__fns.htm#ga1">CreateWindowEx</a> (<a class="code" href="group__ctrl__toolbar.htm#ga2">CTRL_TOOLBAR</a>, ..., <a class="code" href="group__win32__types.htm#ga26">MAKELONG</a> (item_height, item_width));</pre></div><p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__newtoolbar.htm">NewToolBar control</a> </dd></dl><hr><h2>Define Documentation</h2><a class="anchor" name="ga2" doxytag="toolbar.h::CTRL_TOOLBAR"></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 CTRL_TOOLBAR ("toolbar") </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The class name of toolbar control. <p><p>Definition at line <a class="el" href="toolbar_8h-source.htm#l00065">65</a> of file <a class="el" href="toolbar_8h-source.htm">toolbar.h</a>. </td> </tr></table><hr><h2>Typedef Documentation</h2><a class="anchor" name="ga1" doxytag="toolbar.h::PTOOLBARITEMINFO"></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">typedef <a class="el" href="struct__TOOLBARITEMINFO.htm">TOOLBARITEMINFO</a> * <a class="el" href="struct__TOOLBARITEMINFO.htm">PTOOLBARITEMINFO</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Data type of the pointer to a TOOLBARITEMINFO. <p><p>Definition at line <a class="el" href="toolbar_8h-source.htm#l00094">94</a> of file <a class="el" href="toolbar_8h-source.htm">toolbar.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="toolbar.h::TOOLBARITEMINFO"></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">typedef struct <a class="el" href="struct__TOOLBARITEMINFO.htm">_TOOLBARITEMINFO</a> <a class="el" href="struct__TOOLBARITEMINFO.htm">TOOLBARITEMINFO</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Structure of the toolbar item info </td> </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 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 + -