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

📄 group__mgext__control__animation__msgs.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: Messages of ANIMATION 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>Messages of ANIMATION control<br><small>[<a class="el" href="group__mgext__ctrl__animation.htm">ANIMATION control and animation GIF (GIF87a/GIF89a) support</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga0">ANM_SETANIMATION</a>&nbsp;&nbsp;&nbsp;0xF110<dl class="el"><dd class="mdescRight">Sets the animation object for the control.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga1">ANM_GETANIMATION</a>&nbsp;&nbsp;&nbsp;0xF111<dl class="el"><dd class="mdescRight">Gets the animation object of the control.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga2">ANM_STARTPLAY</a>&nbsp;&nbsp;&nbsp;0xF112<dl class="el"><dd class="mdescRight">Indicates the control to start playing the animation.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga3">ANM_PAUSE_RESUME</a>&nbsp;&nbsp;&nbsp;0xF113<dl class="el"><dd class="mdescRight">Indicates the control to pause/resume playing the animation.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__control__animation__msgs.htm#ga4">ANM_STOPPLAY</a>&nbsp;&nbsp;&nbsp;0xF114<dl class="el"><dd class="mdescRight">Indicates the control to stop playing the animation.  <a href="#ga4"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga1" doxytag="animation.h::ANM_GETANIMATION"></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 ANM_GETANIMATION&nbsp;&nbsp;&nbsp;0xF111          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the animation object of the control. <p>An application can send ANM_GETANIMATION to retrive the animation object of a control.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__control__animation__msgs.htm#ga1">ANM_GETANIMATION</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>The current animation object of the control. </dd></dl><p>Definition at line <a class="el" href="animation_8h-source.htm#l00271">271</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="animation.h::ANM_PAUSE_RESUME"></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 ANM_PAUSE_RESUME&nbsp;&nbsp;&nbsp;0xF113          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the control to pause/resume playing the animation. <p>An application can send ANM_PAUSE_RESUME to an animation control to pause/resume playing the animation.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__control__animation__msgs.htm#ga3">ANM_PAUSE_RESUME</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>Always be zero. </dd></dl><p>Definition at line <a class="el" href="animation_8h-source.htm#l00308">308</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="animation.h::ANM_SETANIMATION"></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 ANM_SETANIMATION&nbsp;&nbsp;&nbsp;0xF110          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the animation object for the control. <p>An application can send ANM_SETANIMATION to set the animation object of a control.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__control__animation__msgs.htm#ga0">ANM_SETANIMATION</a> <a class="code" href="struct__ANIMATION.htm">ANIMATION</a>* anim; wParam = 0; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)anim;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>The old animation object. </dd></dl><p>Definition at line <a class="el" href="animation_8h-source.htm#l00254">254</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="animation.h::ANM_STARTPLAY"></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 ANM_STARTPLAY&nbsp;&nbsp;&nbsp;0xF112          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the control to start playing the animation. <p>The animation will not be played when create the control, an application should send ANM_STARTPLAY to an animation control to start playing the animation.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__control__animation__msgs.htm#ga2">ANM_STARTPLAY</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>Always be zero. </dd></dl><p>Definition at line <a class="el" href="animation_8h-source.htm#l00290">290</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="animation.h::ANM_STOPPLAY"></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 ANM_STOPPLAY&nbsp;&nbsp;&nbsp;0xF114          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the control to stop playing the animation. <p>An application can send ANM_STOPPLAY to an animation control to stop playing the animation. The control will display the first frame of the animation.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__control__animation__msgs.htm#ga4">ANM_STOPPLAY</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>Always be zero. </dd></dl><p>Definition at line <a class="el" href="animation_8h-source.htm#l00327">327</a> of file <a class="el" href="animation_8h-source.htm">animation.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 + -