📄 static_8h.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: static.h File 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 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><div class="nav"><a class="el" href="dir_000003.htm">include</a> / <a class="el" href="dir_000004.htm">ctrl</a></div><h1>static.h File Reference</h1><p><a href="static_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__static.htm#ga0">CTRL_STATIC</a> ("static")<dl class="el"><dd class="mdescRight">The class name of static control. <a href="group__ctrl__static.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga0">SS_LEFT</a> 0x00000000L<dl class="el"><dd class="mdescRight">Displays the given text flush-left. <a href="group__ctrl__static__styles.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga1">SS_CENTER</a> 0x00000001L<dl class="el"><dd class="mdescRight">Displays the given text centered in the rectangle. <a href="group__ctrl__static__styles.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga2">SS_RIGHT</a> 0x00000002L<dl class="el"><dd class="mdescRight">Displays the given text flush-right. <a href="group__ctrl__static__styles.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga3">SS_ICON</a> 0x00000003L<dl class="el"><dd class="mdescRight">Designates an icon displayed in the static control. <a href="group__ctrl__static__styles.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga4">SS_BLACKRECT</a> 0x00000004L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the black color. <a href="group__ctrl__static__styles.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga5">SS_GRAYRECT</a> 0x00000005L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light gray color. <a href="group__ctrl__static__styles.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga6">SS_WHITERECT</a> 0x00000006L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light white color. <a href="group__ctrl__static__styles.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga7">SS_BLACKFRAME</a> 0x00000007L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the black color. <a href="group__ctrl__static__styles.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga8">SS_GRAYFRAME</a> 0x00000008L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color. <a href="group__ctrl__static__styles.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga9">SS_WHITEFRAME</a> 0x00000009L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color. <a href="group__ctrl__static__styles.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga10">SS_GROUPBOX</a> 0x0000000AL<dl class="el"><dd class="mdescRight">Creates a rectangle in which other controls can be grouped. <a href="group__ctrl__static__styles.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga11">SS_SIMPLE</a> 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="group__ctrl__static__styles.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga12">SS_LEFTNOWORDWRAP</a> 0x0000000CL<dl class="el"><dd class="mdescRight">Designates a simple rectangle and displays the given text flush-left in the rectangle. <a href="group__ctrl__static__styles.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga14">SS_BITMAP</a> 0x0000000EL<dl class="el"><dd class="mdescRight">Specifies that a bitmap will be displayed in the static control. <a href="group__ctrl__static__styles.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga16">SS_TYPEMASK</a> 0x0000000FL<dl class="el"><dd class="mdescRight">The mask code of the static control. <a href="group__ctrl__static__styles.htm#ga16"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga17">SS_NOPREFIX</a> 0x00000080L<dl class="el"><dd class="mdescRight">Prevents interpretation of any ampersand (&) characters in the control's text as accelerator prefix characters. <a href="group__ctrl__static__styles.htm#ga17"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga18">SS_NOTIFY</a> 0x00000100L<dl class="el"><dd class="mdescRight">Sends the parent window notification messages when the user clicks or double-clicks the control. <a href="group__ctrl__static__styles.htm#ga18"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga19">SS_CENTERIMAGE</a> 0x00000200L<dl class="el"><dd class="mdescRight">Puts the image in the center of the static control. Default is top-left aligned. <a href="group__ctrl__static__styles.htm#ga19"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga20">SS_REALSIZEIMAGE</a> 0x00000800L<dl class="el"><dd class="mdescRight">Does not scale the image. <a href="group__ctrl__static__styles.htm#ga20"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__msgs.htm#ga2">STM_SETIMAGE</a> 0xF172<dl class="el"><dd class="mdescRight">Associates a new image (icon or bitmap) with a static control. <a href="group__ctrl__static__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__msgs.htm#ga3">STM_GETIMAGE</a> 0xF173<dl class="el"><dd class="mdescRight">Retrieves a handle to the image. <a href="group__ctrl__static__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__ncs.htm#ga0">STN_DBLCLK</a> 1<dl class="el"><dd class="mdescRight">Notifies a double-click. <a href="group__ctrl__static__ncs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__ncs.htm#ga3">STN_CLICKED</a> 4<dl class="el"><dd class="mdescRight">Notifies that a static control is clicked. <a href="group__ctrl__static__ncs.htm#ga3"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming <<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>> </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2001/12/29</dd></dl><div class="fragment"><pre class="fragment"> Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming. All rights reserved by Feynman Software. This file is part of MiniGUI, a compact cross-platform Graphics User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="static_8h-source.htm">static.h</a>.<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 <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 + -