📄 group__ctrl__newtoolbar__styles.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: Styles of NewToolBar 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>Styles of NewToolBar control<br><small>[<a class="el" href="group__ctrl__newtoolbar.htm">NewToolBar control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga0">NTBS_WITHTEXT</a> 0x000000001L<dl class="el"><dd class="mdescRight">Displays text with the item bitmap. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga1">NTBS_TEXTRIGHT</a> 0x000000002L<dl class="el"><dd class="mdescRight">Displays text at the right side of the item bitmap. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga2">NTBS_DRAWSTATES</a> 0x000000004L<dl class="el"><dd class="mdescRight">Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga3">NTBS_DRAWSEPARATOR</a> 0x000000008L<dl class="el"><dd class="mdescRight">Draws the separator bar. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga4">NTBS_HORIZONTAL</a> 0x00000000L<dl class="el"><dd class="mdescRight">The NewToolbar will be displayed horizontally. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga5">NTBS_VERTICAL</a> 0x00000010L<dl class="el"><dd class="mdescRight">The NewToolbar will be displayed vertically. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__newtoolbar__styles.htm#ga6">NTBS_MULTLINE</a> 0x00000020L<dl class="el"><dd class="mdescRight">The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx. <a href="#ga6"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga3" doxytag="newtoolbar.h::NTBS_DRAWSEPARATOR"></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 NTBS_DRAWSEPARATOR 0x000000008L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Draws the separator bar. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00236">236</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="newtoolbar.h::NTBS_DRAWSTATES"></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 NTBS_DRAWSTATES 0x000000004L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00230">230</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="newtoolbar.h::NTBS_HORIZONTAL"></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 NTBS_HORIZONTAL 0x00000000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The NewToolbar will be displayed horizontally. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00242">242</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="newtoolbar.h::NTBS_MULTLINE"></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 NTBS_MULTLINE 0x00000020L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00256">256</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="newtoolbar.h::NTBS_TEXTRIGHT"></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 NTBS_TEXTRIGHT 0x000000002L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays text at the right side of the item bitmap. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00223">223</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga5" doxytag="newtoolbar.h::NTBS_VERTICAL"></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 NTBS_VERTICAL 0x00000010L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The NewToolbar will be displayed vertically. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00248">248</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="newtoolbar.h::NTBS_WITHTEXT"></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 NTBS_WITHTEXT 0x000000001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays text with the item bitmap. <p><p>Definition at line <a class="el" href="newtoolbar_8h-source.htm#l00217">217</a> of file <a class="el" href="newtoolbar_8h-source.htm">newtoolbar.h</a>. </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 + -