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

📄 group__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: Window styles</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>Window styles</h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__styles.htm#ga0">WS_NONE</a>&nbsp;&nbsp;&nbsp;0x00000000L<dl class="el"><dd class="mdescRight">None style.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga2">WS_ABSSCRPOS</a>&nbsp;&nbsp;&nbsp;0x80000000L<dl class="el"><dd class="mdescRight">Creates a main window whose position is based on absolute screen coordinates.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga3">WS_CHILD</a>&nbsp;&nbsp;&nbsp;0x40000000L<dl class="el"><dd class="mdescRight">Indicates the window is a child.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga4">WS_CAPTION</a>&nbsp;&nbsp;&nbsp;0x20000000L<dl class="el"><dd class="mdescRight">Creates a main window with caption.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga5">WS_SYSMENU</a>&nbsp;&nbsp;&nbsp;0x10000000L<dl class="el"><dd class="mdescRight">Creates a main window with system menu.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga6">WS_VISIBLE</a>&nbsp;&nbsp;&nbsp;0x08000000L<dl class="el"><dd class="mdescRight">Creates a window initially visible.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga7">WS_DISABLED</a>&nbsp;&nbsp;&nbsp;0x04000000L<dl class="el"><dd class="mdescRight">Creates a window initially disabled.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga11">WS_BORDER</a>&nbsp;&nbsp;&nbsp;0x00400000L<dl class="el"><dd class="mdescRight">Creates a window with border.  <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga12">WS_THICKFRAME</a>&nbsp;&nbsp;&nbsp;0x00200000L<dl class="el"><dd class="mdescRight">Creates a window with thick frame.  <a href="#ga12"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga13">WS_THINFRAME</a>&nbsp;&nbsp;&nbsp;0x00100000L<dl class="el"><dd class="mdescRight">Creates a window with thin frame.  <a href="#ga13"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga14">WS_VSCROLL</a>&nbsp;&nbsp;&nbsp;0x00080000L<dl class="el"><dd class="mdescRight">Creates a window with vertical scroll bar.  <a href="#ga14"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga15">WS_HSCROLL</a>&nbsp;&nbsp;&nbsp;0x00040000L<dl class="el"><dd class="mdescRight">Creates a window with horizontal scroll bar.  <a href="#ga15"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga16">WS_MINIMIZEBOX</a>&nbsp;&nbsp;&nbsp;0x00020000L<dl class="el"><dd class="mdescRight">Creates a window with minimizing box on caption.  <a href="#ga16"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga17">WS_MAXIMIZEBOX</a>&nbsp;&nbsp;&nbsp;0x00010000L<dl class="el"><dd class="mdescRight">Creates a window with maximizing box on caption.  <a href="#ga17"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga18">WS_GROUP</a>&nbsp;&nbsp;&nbsp;0x00020000L<dl class="el"><dd class="mdescRight">Indicates the control is the leader of a group.  <a href="#ga18"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga19">WS_TABSTOP</a>&nbsp;&nbsp;&nbsp;0x00010000L<dl class="el"><dd class="mdescRight">Indicates the user can set the input focus to the control by using Tab key.  <a href="#ga19"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga20">WS_EX_NONE</a>&nbsp;&nbsp;&nbsp;0x00000000L<dl class="el"><dd class="mdescRight">None extended window style.  <a href="#ga20"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga21">WS_EX_USEPRIVATECDC</a>&nbsp;&nbsp;&nbsp;0x00000002L<dl class="el"><dd class="mdescRight">The window has its own private client device context.  <a href="#ga21"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga23">WS_EX_TOPMOST</a>&nbsp;&nbsp;&nbsp;0x00000008L<dl class="el"><dd class="mdescRight">The main window is a topmost (always on top) window.  <a href="#ga23"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga24">WS_EX_TRANSPARENT</a>&nbsp;&nbsp;&nbsp;0x00000020L<dl class="el"><dd class="mdescRight">The window is transparent.  <a href="#ga24"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga25">WS_EX_TOOLWINDOW</a>&nbsp;&nbsp;&nbsp;0x00000080L<dl class="el"><dd class="mdescRight">The main window is a tool window, which can not gain the input focus.  <a href="#ga25"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga26">WS_EX_USEPARENTFONT</a>&nbsp;&nbsp;&nbsp;0x00000100L<dl class="el"><dd class="mdescRight">The window uses the default font of its parent.  <a href="#ga26"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga28">WS_EX_USEPARENTCURSOR</a>&nbsp;&nbsp;&nbsp;0x00000800L<dl class="el"><dd class="mdescRight">The window uses the default cursor of its parent.  <a href="#ga28"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga40">WS_EX_DLGHIDE</a>&nbsp;&nbsp;&nbsp;0x00100000L<dl class="el"><dd class="mdescRight">The dialog won't show immediately after it is created.  <a href="#ga40"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga41">WS_EX_NOCLOSEBOX</a>&nbsp;&nbsp;&nbsp;0x20000000L<dl class="el"><dd class="mdescRight">The main window has no closing box on its caption.  <a href="#ga41"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga42">WS_EX_CTRLASMAINWIN</a>&nbsp;&nbsp;&nbsp;0x40000000L<dl class="el"><dd class="mdescRight">The control can be displayed out of the main window which contains the control.  <a href="#ga42"></a><br></dl><li>#define <a class="el" href="group__styles.htm#ga43">WS_EX_CLIPCHILDREN</a>&nbsp;&nbsp;&nbsp;0x80000000L<dl class="el"><dd class="mdescRight">When paint the window, the children areas will be clipped.  <a href="#ga43"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga2" doxytag="window.h::WS_ABSSCRPOS"></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 WS_ABSSCRPOS&nbsp;&nbsp;&nbsp;0x80000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a main window whose position is based on absolute screen coordinates. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02655">2655</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga11" doxytag="window.h::WS_BORDER"></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 WS_BORDER&nbsp;&nbsp;&nbsp;0x00400000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a window with border. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02697">2697</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="window.h::WS_CAPTION"></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 WS_CAPTION&nbsp;&nbsp;&nbsp;0x20000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a main window with caption. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02667">2667</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="window.h::WS_CHILD"></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 WS_CHILD&nbsp;&nbsp;&nbsp;0x40000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the window is a child. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02661">2661</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="window.h::WS_DISABLED"></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 WS_DISABLED&nbsp;&nbsp;&nbsp;0x04000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a window initially disabled. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02685">2685</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga43" doxytag="window.h::WS_EX_CLIPCHILDREN"></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 WS_EX_CLIPCHILDREN&nbsp;&nbsp;&nbsp;0x80000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>When paint the window, the children areas will be clipped. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02837">2837</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga42" doxytag="window.h::WS_EX_CTRLASMAINWIN"></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 WS_EX_CTRLASMAINWIN&nbsp;&nbsp;&nbsp;0x40000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The control can be displayed out of the main window which contains the control. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02831">2831</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga40" doxytag="window.h::WS_EX_DLGHIDE"></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 WS_EX_DLGHIDE&nbsp;&nbsp;&nbsp;0x00100000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The dialog won't show immediately after it is created. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02820">2820</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga41" doxytag="window.h::WS_EX_NOCLOSEBOX"></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 WS_EX_NOCLOSEBOX&nbsp;&nbsp;&nbsp;0x20000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The main window has no closing box on its caption. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02825">2825</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga20" doxytag="window.h::WS_EX_NONE"></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 WS_EX_NONE&nbsp;&nbsp;&nbsp;0x00000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>None extended window style. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02752">2752</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga25" doxytag="window.h::WS_EX_TOOLWINDOW"></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 WS_EX_TOOLWINDOW&nbsp;&nbsp;&nbsp;0x00000080L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The main window is a tool window, which can not gain the input focus. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02782">2782</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga23" doxytag="window.h::WS_EX_TOPMOST"></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 WS_EX_TOPMOST&nbsp;&nbsp;&nbsp;0x00000008L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The main window is a topmost (always on top) window. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l02769">2769</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga24" doxytag="window.h::WS_EX_TRANSPARENT"></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 WS_EX_TRANSPARENT&nbsp;&nbsp;&nbsp;0x00000020L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The window is transparent. <p><dl compact><dt><b>Note:</b></dt><dd>This style is only implemented for controls. </dd></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l02776">2776</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>

⌨️ 快捷键说明

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