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

📄 group__ctrl__button__styles.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 3 页
字号:
<p>Creates an owner-drawn button. <p><dl compact><dt><b>Note:</b></dt><dd>Not implemented so far. </dd></dl><p>Definition at line <a class="el" href="button_8h-source.htm#l00164">164</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="button.h::BS_PUSHBUTTON"></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 BS_PUSHBUTTON&nbsp;&nbsp;&nbsp;0x00000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a push button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00075">75</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga25" doxytag="button.h::BS_PUSHLIKE"></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 BS_PUSHLIKE&nbsp;&nbsp;&nbsp;0x00001000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Makes a button look and act like a push button. <p>Makes a button (such as a check box, three-state check box, or radio button) look and act like a push button. The button looks raised when it isn't pushed or checked, and sunken when it is pushed or checked. <p>Definition at line <a class="el" href="button_8h-source.htm#l00268">268</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="button.h::BS_RADIOBUTTON"></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 BS_RADIOBUTTON&nbsp;&nbsp;&nbsp;0x00000004L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Creates a small circle with text. <p>By default, the text is displayed to the right of the circle. To display the text to the left of the circle, combine this flag with the BS_LEFTTEXT style (or with the equivalent BS_RIGHTBUTTON style). Use radio buttons for groups of related, but mutually exclusive choices. <p>Definition at line <a class="el" href="button_8h-source.htm#l00119">119</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga23" doxytag="button.h::BS_REALSIZEIMAGE"></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 BS_REALSIZEIMAGE&nbsp;&nbsp;&nbsp;0x00000F00L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Does not scale the image. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00252">252</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga18" doxytag="button.h::BS_RIGHT"></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 BS_RIGHT&nbsp;&nbsp;&nbsp;0x00000200L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Right-justifies text in the button rectangle. <p>However, if the button is a check box or radio button that does not have the BS_RIGHTBUTTON style, the text is right justified on the right side of the check box or radio button. <p>Definition at line <a class="el" href="button_8h-source.htm#l00222">222</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga31" doxytag="button.h::BS_RIGHTBUTTON"></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 BS_RIGHTBUTTON&nbsp;&nbsp;&nbsp;BS_LEFTTEXT          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The right style of button. <p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__ctrl__button__styles.htm#ga13">BS_LEFTTEXT</a> </dd></dl><p>Definition at line <a class="el" href="button_8h-source.htm#l00308">308</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga12" doxytag="button.h::BS_TEXT"></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 BS_TEXT&nbsp;&nbsp;&nbsp;0x00000000L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Specifies that the button displays text. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00176">176</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga20" doxytag="button.h::BS_TOP"></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 BS_TOP&nbsp;&nbsp;&nbsp;0x00000400L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Places text at the top of the button rectangle. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00234">234</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga11" doxytag="button.h::BS_TYPEMASK"></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 BS_TYPEMASK&nbsp;&nbsp;&nbsp;0x0000000FL          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The type mask of style of button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00170">170</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga22" doxytag="button.h::BS_VCENTER"></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 BS_VCENTER&nbsp;&nbsp;&nbsp;0x00000C00L          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Places text in the middle (vertically) of the button rectangle. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00246">246</a> of file <a class="el" href="button_8h-source.htm">button.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&nbsp;<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 + -