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

📄 group__ctrl__static__styles.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<!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 static 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&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>Styles of static control<br><small>[<a class="el" href="group__ctrl__static.htm">Static control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga0">SS_LEFT</a>&nbsp;&nbsp;&nbsp;0x00000000L<dl class="el"><dd class="mdescRight">Displays the given text flush-left.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga1">SS_CENTER</a>&nbsp;&nbsp;&nbsp;0x00000001L<dl class="el"><dd class="mdescRight">Displays the given text centered in the rectangle.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga2">SS_RIGHT</a>&nbsp;&nbsp;&nbsp;0x00000002L<dl class="el"><dd class="mdescRight">Displays the given text flush-right.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga3">SS_ICON</a>&nbsp;&nbsp;&nbsp;0x00000003L<dl class="el"><dd class="mdescRight">Designates an icon displayed in the static control.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga4">SS_BLACKRECT</a>&nbsp;&nbsp;&nbsp;0x00000004L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the black color.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga5">SS_GRAYRECT</a>&nbsp;&nbsp;&nbsp;0x00000005L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light gray color.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga6">SS_WHITERECT</a>&nbsp;&nbsp;&nbsp;0x00000006L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light white color.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga7">SS_BLACKFRAME</a>&nbsp;&nbsp;&nbsp;0x00000007L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the black color.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga8">SS_GRAYFRAME</a>&nbsp;&nbsp;&nbsp;0x00000008L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga9">SS_WHITEFRAME</a>&nbsp;&nbsp;&nbsp;0x00000009L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga10">SS_GROUPBOX</a>&nbsp;&nbsp;&nbsp;0x0000000AL<dl class="el"><dd class="mdescRight">Creates a rectangle in which other controls can be grouped.  <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga11">SS_SIMPLE</a>&nbsp;&nbsp;&nbsp;0x0000000BL<dl class="el"><dd class="mdescRight">Designates a simple rectangle and displays a single line of text flush-left in the rectangle.  <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga12">SS_LEFTNOWORDWRAP</a>&nbsp;&nbsp;&nbsp;0x0000000CL<dl class="el"><dd class="mdescRight">Designates a simple rectangle and displays the given text flush-left in the rectangle.  <a href="#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga14">SS_BITMAP</a>&nbsp;&nbsp;&nbsp;0x0000000EL<dl class="el"><dd class="mdescRight">Specifies that a bitmap will be displayed in the static control.  <a href="#ga14"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga16">SS_TYPEMASK</a>&nbsp;&nbsp;&nbsp;0x0000000FL<dl class="el"><dd class="mdescRight">The mask code of the static control.  <a href="#ga16"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga17">SS_NOPREFIX</a>&nbsp;&nbsp;&nbsp;0x00000080L<dl class="el"><dd class="mdescRight">Prevents interpretation of any ampersand (&amp;) characters in the control's text as accelerator prefix characters.  <a href="#ga17"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga18">SS_NOTIFY</a>&nbsp;&nbsp;&nbsp;0x00000100L<dl class="el"><dd class="mdescRight">Sends the parent window notification messages when the user clicks or double-clicks the control.  <a href="#ga18"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga19">SS_CENTERIMAGE</a>&nbsp;&nbsp;&nbsp;0x00000200L<dl class="el"><dd class="mdescRight">Puts the image in the center of the static control. Default is top-left aligned.  <a href="#ga19"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga20">SS_REALSIZEIMAGE</a>&nbsp;&nbsp;&nbsp;0x00000800L<dl class="el"><dd class="mdescRight">Does not scale the image.  <a href="#ga20"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga14" doxytag="static.h::SS_BITMAP"></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 SS_BITMAP&nbsp;&nbsp;&nbsp;0x0000000EL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies that a bitmap will be displayed in the static control. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00146">146</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="static.h::SS_BLACKFRAME"></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 SS_BLACKFRAME&nbsp;&nbsp;&nbsp;0x00000007L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies a box with a frame drawn with the black color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00103">103</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="static.h::SS_BLACKRECT"></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 SS_BLACKRECT&nbsp;&nbsp;&nbsp;0x00000004L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies a rectangle filled with the black color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00085">85</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="static.h::SS_CENTER"></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 SS_CENTER&nbsp;&nbsp;&nbsp;0x00000001L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Displays the given text centered in the rectangle. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00067">67</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga19" doxytag="static.h::SS_CENTERIMAGE"></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 SS_CENTERIMAGE&nbsp;&nbsp;&nbsp;0x00000200L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Puts the image in the center of the static control. Default is top-left aligned. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00178">178</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="static.h::SS_GRAYFRAME"></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 SS_GRAYFRAME&nbsp;&nbsp;&nbsp;0x00000008L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies a box with a frame drawn with the light gray color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00109">109</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="static.h::SS_GRAYRECT"></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 SS_GRAYRECT&nbsp;&nbsp;&nbsp;0x00000005L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies a rectangle filled with the light gray color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00091">91</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="static.h::SS_GROUPBOX"></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 SS_GROUPBOX&nbsp;&nbsp;&nbsp;0x0000000AL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a rectangle in which other controls can be grouped. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00121">121</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="static.h::SS_ICON"></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 SS_ICON&nbsp;&nbsp;&nbsp;0x00000003L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Designates an icon displayed in the static control. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00079">79</a> of file <a class="el" href="static_8h-source.htm">static.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="static.h::SS_LEFT"></a><p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -