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

📄 group__misc__fns.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 5 页
字号:
Definition at line <a class="el" href="ctrlhelper_8h-source.htm#l00339">339</a> of file <a class="el" href="ctrlhelper_8h-source.htm">ctrlhelper.h</a>.    </td>  </tr></table><hr><h2>Enumeration Type Documentation</h2><a class="anchor" name="ga30" doxytag="ctrlhelper.h::SBPolicyType"></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">enum <a class="el" href="group__misc__fns.htm#ga30">SBPolicyType</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Scroll bar display policies in scrolled window. <p><dl compact><dt><b>Enumeration values: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"><tr><td valign="top"><em><a class="anchor" name="gga30a16" doxytag="SB_POLICY_ALWAYS"></a>SB_POLICY_ALWAYS</em>&nbsp;</td><td>The scroll bar is always visible </td></tr><tr><td valign="top"><em><a class="anchor" name="gga30a17" doxytag="SB_POLICY_AUTOMATIC"></a>SB_POLICY_AUTOMATIC</em>&nbsp;</td><td>The scroll bar is shown or hided automatically </td></tr><tr><td valign="top"><em><a class="anchor" name="gga30a18" doxytag="SB_POLICY_NEVER"></a>SB_POLICY_NEVER</em>&nbsp;</td><td>The scroll bar is never visbile </td></tr></table></dl><p>Definition at line <a class="el" href="ctrlhelper_8h-source.htm#l00055">55</a> of file <a class="el" href="ctrlhelper_8h-source.htm">ctrlhelper.h</a>.    </td>  </tr></table><hr><h2>Function Documentation</h2><a class="anchor" name="ga8" doxytag="ctrlhelper.h::DisabledTextOutEx"></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">void GUIAPI DisabledTextOutEx           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="group__handles.htm#ga2">HDC</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hdc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="group__handles.htm#ga1">HWND</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hwnd</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>x</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>y</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>const char *&nbsp;</td>          <td class="mdname" nowrap> <em>szText</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Outputs disabled (grayed) text. <p>This function outputs a grayed text at the specified position.<p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>hdc</em>&nbsp;</td><td>The device context. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>hwnd</em>&nbsp;</td><td>Tell the function to draw with the color definitions of this window. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>x</em>&nbsp;</td><td>The x-coordinate of start point. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>y</em>&nbsp;</td><td>The y-coordinate of start point. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>szText</em>&nbsp;</td><td>The null-terminated text to be outputted.</td></tr>  </table></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__text__output__fns.htm#ga17">TextOut</a>, <a class="el" href="group__text__output__fns.htm#ga35">DrawText</a> </dd></dl>    </td>  </tr></table><a class="anchor" name="ga7" doxytag="ctrlhelper.h::Draw3DBorderEx"></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">void GUIAPI Draw3DBorderEx           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="group__handles.htm#ga2">HDC</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hdc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="group__handles.htm#ga1">HWND</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hwnd</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>l</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>t</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>r</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>b</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Draws a 3D rectangle border. <p>This function draws a 3D retangle border which is 2-pixel wide.<p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>hdc</em>&nbsp;</td><td>The device context. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>hwnd</em>&nbsp;</td><td>Tell the function to draw with the color definitions of this window. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>l</em>&nbsp;</td><td>The x-coordinate of upper-left corner of the rectangle. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>t</em>&nbsp;</td><td>The y-coordinate of upper-left corner of the rectangle. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>r</em>&nbsp;</td><td>The x-coordinate of lower-right corner of the rectangle. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>b</em>&nbsp;</td><td>The y-coordinate of lower-right corner of the rectangle.</td></tr>  </table></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__misc__fns.htm#ga6">Draw3DThinFrameEx</a>, <a class="el" href="group__misc__fns.htm#ga5">Draw3DThickFrameEx</a> </dd></dl>    </td>  </tr></table><a class="anchor" name="ga3" doxytag="ctrlhelper.h::Draw3DControlFrameEx"></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">void GUIAPI Draw3DControlFrameEx           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="group__handles.htm#ga2">HDC</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hdc</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="group__handles.htm#ga1">HWND</a>&nbsp;</td>          <td class="mdname" nowrap> <em>hwnd</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>x0</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>y0</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>x1</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>y1</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="group__win32__types.htm#ga4">DWORD</a>&nbsp;</td>          <td class="mdname" nowrap> <em>flags</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap><a class="el" href="group__gdi__types.htm#ga8">gal_pixel</a>&nbsp;</td>          <td class="mdname" nowrap> <em>fillc</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Draws a 3D style frame control. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>hdc</em>&nbsp;</td><td>The handle to drawing context. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>hwnd</em>&nbsp;</td><td>Tell the function to draw with the color definitions of this window. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>x0</em>&nbsp;</td><td>Specify the x-coordinate of the upper-left corner. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>y0</em>&nbsp;</td><td>Specify the y-coordinate of the upper-left corner. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>x1</em>&nbsp;</td><td>Specify the x-coordinate of the lower-right corner. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>y1</em>&nbsp;</td><td>Specify the y-coordinate of the lower-right corner. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>flags</em>&nbsp;</td><td>Specify the drawing flag, can be or'ed with the following flags:<ul><li>DF_3DBOX_NORMAL<br> The box is displayed with normal status.</li><li>DF_3DBOX_PRESSED<br> The box is pressed.</li><li>DF_3DBOX_NOTFILL<br> Do not fill the box.</li><li>DF_3DBOX_FILL<br> Fill the box and the <em>fillc</em> defined the color. </li></ul></td></tr>

⌨️ 快捷键说明

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