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

📄 group__mgext__ctrl__grid__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 code of Grid 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 code of Grid control<br><small>[<a class="el" href="group__mgext__ctrl__grid.htm">GridView control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga0">GRIDN_HEADLDOWN</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">This notification code informs a application when the left mouse button down on the gridview.header.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga1">GRIDN_HEADLUP</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">This notification code informs a application when the left mouse button up on the gridview.header.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga2">GRIDN_KEYDOWN</a>&nbsp;&nbsp;&nbsp;3<dl class="el"><dd class="mdescRight">This notification code informs a application when that a key has been pressed.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga3">GRIDN_CELLDBCLK</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected cell has be double clicked.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga4">GRIDN_CELLCLK</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected cell has been clicked.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga5">GRIDN_FOCUSCHANGED</a>&nbsp;&nbsp;&nbsp;6<dl class="el"><dd class="mdescRight">This notification code informs a application when the current selected item has changed.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__grid__ncs.htm#ga6">GRIDN_CELLTEXTCHANGED</a>&nbsp;&nbsp;&nbsp;7<dl class="el"><dd class="mdescRight">This notification code informs a application when the cell text has changed.  <a href="#ga6"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga4" doxytag="gridview.h::GRIDN_CELLCLK"></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 GRIDN_CELLCLK&nbsp;&nbsp;&nbsp;5          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the current selected cell has been clicked. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00642">642</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="gridview.h::GRIDN_CELLDBCLK"></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 GRIDN_CELLDBCLK&nbsp;&nbsp;&nbsp;4          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the current selected cell has be double clicked. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00636">636</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="gridview.h::GRIDN_CELLTEXTCHANGED"></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 GRIDN_CELLTEXTCHANGED&nbsp;&nbsp;&nbsp;7          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the cell text has changed. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00654">654</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="gridview.h::GRIDN_FOCUSCHANGED"></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 GRIDN_FOCUSCHANGED&nbsp;&nbsp;&nbsp;6          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the current selected item has changed. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00648">648</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="gridview.h::GRIDN_HEADLDOWN"></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 GRIDN_HEADLDOWN&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the left mouse button down on the gridview.header. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00619">619</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="gridview.h::GRIDN_HEADLUP"></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 GRIDN_HEADLUP&nbsp;&nbsp;&nbsp;2          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when the left mouse button up on the gridview.header. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00625">625</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="gridview.h::GRIDN_KEYDOWN"></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 GRIDN_KEYDOWN&nbsp;&nbsp;&nbsp;3          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>This notification code informs a application when that a key has been pressed. <p><p>Definition at line <a class="el" href="gridview_8h-source.htm#l00630">630</a> of file <a class="el" href="gridview_8h-source.htm">gridview.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:56 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 + -