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

📄 group__frame__style.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>FishGUI: 边框风格</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="hierarchy.html">类继承关系</a> | <a class="qindex" href="classes.html">按字典顺序排序的列表</a> | <a class="qindex" href="annotated.html">组合类型列表</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">组合类型成员</a> | <a class="qindex" href="globals.html">文件成员</a></div><h1>边框风格<br><small>[<a class="el" href="group__Style.html">风格</a>]</small></h1><p><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>变量</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Utility.html#ga1">WORD</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__Frame__Style.html#ga0">FS_NONE</a> = 0x0001</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">无任何边框.  <a href="#ga0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Utility.html#ga1">WORD</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__Frame__Style.html#ga1">FS_THIN</a> = 0x0002</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">细边框.  <a href="#ga1"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Utility.html#ga1">WORD</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__Frame__Style.html#ga2">FS_RAISED</a> = 0x0004</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">凸起边框.  <a href="#ga2"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Utility.html#ga1">WORD</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__Frame__Style.html#ga3">FS_RECESSED</a> = 0x0008</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">下沉边框.  <a href="#ga3"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Utility.html#ga1">WORD</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__Frame__Style.html#ga4">FS_MASK</a> = 0x000f</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">边框风格的掩码  <a href="#ga4"></a><br><br></td></tr></table><hr><h2>变量文档</h2><a class="anchor" name="ga4" doxytag="FG_Common.h::FS_MASK" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="group__Utility.html#ga1">WORD</a> <a class="el" href="group__Frame__Style.html#ga4">FS_MASK</a> = 0x000f      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>边框风格的掩码 <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00117">117</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00061">FG_Object::DrawBorder()</a>、<a class="el" href="FG__Object_8h-source.html#l00167">FG_Object::FrameStyle()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>及<a class="el" href="MyButton_8cpp-source.html#l00047">MyButton::OnDraw()</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="FG_Common.h::FS_NONE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="group__Utility.html#ga1">WORD</a> <a class="el" href="group__Frame__Style.html#ga0">FS_NONE</a> = 0x0001      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>无任何边框. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00113">113</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00061">FG_Object::DrawBorder()</a>、<a class="el" href="FG__CheckBox_8h-source.html#l00058">FG_CheckBox::FG_CheckBox()</a>、<a class="el" href="FG__Group_8h-source.html#l00058">FG_Group::FG_Group()</a>、<a class="el" href="FG__RadioButton_8cpp-source.html#l00049">FG_RadioButton::FG_RadioButton()</a>、<a class="el" href="FG__Screen_8cpp-source.html#l00101">FG_Screen::FG_Screen()</a>及<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="FG_Common.h::FS_RAISED" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="group__Utility.html#ga1">WORD</a> <a class="el" href="group__Frame__Style.html#ga2">FS_RAISED</a> = 0x0004      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>凸起边框. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00115">115</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00061">FG_Object::DrawBorder()</a>、<a class="el" href="FG__Button_8h-source.html#l00058">FG_Button::FG_Button()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00095">MainWindow::MainWindow()</a>、<a class="el" href="MyButton_8cpp-source.html#l00047">MyButton::OnDraw()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00078">FG_Button::OnKeyDown()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00093">FG_Button::OnKeyUp()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00109">FG_Button::OnLButtonDown()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00121">FG_Button::OnLButtonUp()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00134">FG_Button::OnTimerUp()</a>、<a class="el" href="Win1_8cpp-source.html#l00074">Win1::Win1()</a>及<a class="el" href="Win2_8cpp-source.html#l00081">Win2::Win2()</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="FG_Common.h::FS_RECESSED" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="group__Utility.html#ga1">WORD</a> <a class="el" href="group__Frame__Style.html#ga3">FS_RECESSED</a> = 0x0008      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>下沉边框. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00116">116</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00061">FG_Object::DrawBorder()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00095">MainWindow::MainWindow()</a>、<a class="el" href="MyButton_8cpp-source.html#l00047">MyButton::OnDraw()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00078">FG_Button::OnKeyDown()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00093">FG_Button::OnKeyUp()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00109">FG_Button::OnLButtonDown()</a>及<a class="el" href="FG__Button_8cpp-source.html#l00121">FG_Button::OnLButtonUp()</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="FG_Common.h::FS_THIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="group__Utility.html#ga1">WORD</a> <a class="el" href="group__Frame__Style.html#ga1">FS_THIN</a> = 0x0002      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>细边框. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00114">114</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00061">FG_Object::DrawBorder()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>及<a class="el" href="Win1_8cpp-source.html#l00074">Win1::Win1()</a>.    </td>  </tr></table><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:39:15 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>

⌨️ 快捷键说明

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