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

📄 group__msgmap__define.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<p>定义<a class="el" href="group__Utility.html#gga12a19">FG_MSG_DRAW</a>消息和处理函数的对应关系的宏 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00065">65</a>行定义。    </td>  </tr></table><a class="anchor" name="ga3" doxytag="FG_MsgMap.h::ON_DRAWREQUEST" ></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"> #define ON_DRAWREQUEST</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_DRAW_REQUEST, 0, 0, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="el" href="group__MsgHandler__Type.html#ga2">FG_PMSG_vm</a>)&amp; msgCallback },           \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a24">FG_MSG_DRAW_REQUEST</a>消息和处理函数的对应关系的宏 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00069">69</a>行定义。    </td>  </tr></table><a class="anchor" name="ga11" doxytag="FG_MsgMap.h::ON_FOCUS" ></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"> #define ON_FOCUS</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_FOCUS, 0, 0, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="el" href="group__MsgHandler__Type.html#ga2">FG_PMSG_vm</a>)&amp; msgCallback },                  \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a25">FG_MSG_FOCUS</a>消息和处理函数的对应关系的宏 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00104">104</a>行定义。    </td>  </tr></table><a class="anchor" name="ga13" doxytag="FG_MsgMap.h::ON_ID_NOTIFY" ></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"> #define ON_ID_NOTIFY</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">notifyID,         <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>id,         <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_NOTIFY, notifyID, id, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)&amp; msgCallback },                     \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a26">FG_MSG_NOTIFY</a>, <a class="el" href="group__Utility.html#ga16">FG_NOTIFY_ID</a>, id消息和处理函数的对应关系的宏 <p>即ID为<a class="el" href="group__Utility.html#ga16">FG_NOTIFY_ID</a>的通知消息,发送通知消息的控件的唯一标识为为id <p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00118">118</a>行定义。    </td>  </tr></table><a class="anchor" name="ga4" doxytag="FG_MsgMap.h::ON_KEY" ></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"> #define ON_KEY</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_KEY, 0, 0, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="el" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)&amp; msgCallback },                    \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>消息和处理函数的对应关系的宏 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00073">73</a>行定义。    </td>  </tr></table><a class="anchor" name="ga5" doxytag="FG_MsgMap.h::ON_KEYDOWN" ></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"> #define ON_KEYDOWN</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_KEY, FKS_DOWN, 0, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="el" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)&amp; msgCallback },             \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="el" href="group__Utility.html#gga13a29">FKS_DOWN</a>消息和处理函数的对应关系的宏 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00077">77</a>行定义。    </td>  </tr></table><a class="anchor" name="ga6" doxytag="FG_MsgMap.h::ON_KEYUP" ></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"> #define ON_KEYUP</td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">msgCallback&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ FG_MSG_KEY, FKS_UP, 0, (<a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="el" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)&amp; msgCallback },               \      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>定义<a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="el" href="group__Utility.html#gga13a30">FKS_UP</a>消息和处理函数的对应关系的宏 <p><p>

⌨️ 快捷键说明

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