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

📄 group__ctrl__button__ncs.htm

📁 MINIGUI1.6开发API
💻 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: Notification codes of button control</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>Notification codes of button control<br><small>[<a class="el" href="group__ctrl__button.htm">Button control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga0">BN_CLICKED</a>&nbsp;&nbsp;&nbsp;0<dl class="el"><dd class="mdescRight">The BN_CLICKED notification message is sent when the user clicks a button.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga6">BN_PUSHED</a>&nbsp;&nbsp;&nbsp;BN_HILITE<dl class="el"><dd class="mdescRight">The BN_PUSHED notification message is sent when the user pushes a button.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga7">BN_UNPUSHED</a>&nbsp;&nbsp;&nbsp;BN_UNHILITE<dl class="el"><dd class="mdescRight">The BN_UNPUSHED notification message is sent when the user unpushes a button.  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga8">BN_DBLCLK</a>&nbsp;&nbsp;&nbsp;BN_DOUBLECLICKED<dl class="el"><dd class="mdescRight">The BN_DBLCLK notification message is sent when the user double-clicks a button.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga9">BN_SETFOCUS</a>&nbsp;&nbsp;&nbsp;6<dl class="el"><dd class="mdescRight">The BN_SETFOCUS notification message is sent when a button receives the keyboard focus.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__button__ncs.htm#ga10">BN_KILLFOCUS</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">The BN_KILLFOCUS notification message is sent when a button loses the keyboard focus.  <a href="#ga10"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="button.h::BN_CLICKED"></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 BN_CLICKED&nbsp;&nbsp;&nbsp;0          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_CLICKED notification message is sent when the user clicks a button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00543">543</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="button.h::BN_DBLCLK"></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 BN_DBLCLK&nbsp;&nbsp;&nbsp;BN_DOUBLECLICKED          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_DBLCLK notification message is sent when the user double-clicks a button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00567">567</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="button.h::BN_KILLFOCUS"></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 BN_KILLFOCUS&nbsp;&nbsp;&nbsp;7          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_KILLFOCUS notification message is sent when a button loses the keyboard focus. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00579">579</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="button.h::BN_PUSHED"></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 BN_PUSHED&nbsp;&nbsp;&nbsp;BN_HILITE          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_PUSHED notification message is sent when the user pushes a button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00555">555</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga9" doxytag="button.h::BN_SETFOCUS"></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 BN_SETFOCUS&nbsp;&nbsp;&nbsp;6          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_SETFOCUS notification message is sent when a button receives the keyboard focus. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00573">573</a> of file <a class="el" href="button_8h-source.htm">button.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="button.h::BN_UNPUSHED"></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 BN_UNPUSHED&nbsp;&nbsp;&nbsp;BN_UNHILITE          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The BN_UNPUSHED notification message is sent when the user unpushes a button. <p><p>Definition at line <a class="el" href="button_8h-source.htm#l00561">561</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 + -