📄 group__mgext__ctrl__spinbox__msgs.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 spinbox 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 Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><h1>Messages of spinbox control<br><small>[<a class="el" href="group__mgext__ctrl__spinbox.htm">SpinBox control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga0">KS_SPINPOST</a> 0x00010000<dl class="el"><dd class="mdescRight">The flag of the spinbox control message. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga1">SPM_SETTARGET</a> 0xF300<dl class="el"><dd class="mdescRight">Sets the target window of the spinbox. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga2">SPM_GETTARGET</a> 0xF301<dl class="el"><dd class="mdescRight">Gets the target window of the spinbox. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga3">SPM_SETINFO</a> 0xF302<dl class="el"><dd class="mdescRight">Sets the parameter information of the spinbox. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga4">SPM_GETINFO</a> 0xF303<dl class="el"><dd class="mdescRight">Gets the parameter infos of the spinbox. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga5">SPM_DISABLEUP</a> 0xF304<dl class="el"><dd class="mdescRight">Disable the ability to scroll up. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga6">SPM_DISABLEDOWN</a> 0xF305<dl class="el"><dd class="mdescRight">Disable the ability to scroll down. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga7">SPM_ENABLEUP</a> 0xF306<dl class="el"><dd class="mdescRight">Enable the ability to scroll up. <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga8">SPM_ENABLEDOWN</a> 0xF307<dl class="el"><dd class="mdescRight">Enable the ability to scroll down. <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga9">SPM_SETCUR</a> 0xF308<dl class="el"><dd class="mdescRight">Sets the current position in the range of the spinbox. <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__msgs.htm#ga10">SPM_GETCUR</a> 0xF309<dl class="el"><dd class="mdescRight">Gets the current position in the range of the spinbox. <a href="#ga10"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="spinbox.h::KS_SPINPOST"></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 KS_SPINPOST 0x00010000 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The flag of the spinbox control message. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00140">140</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="spinbox.h::SPM_DISABLEDOWN"></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 SPM_DISABLEDOWN 0xF305 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Disable the ability to scroll down. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__spinbox__msgs.htm#ga6">SPM_DISABLEDOWN</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="spinbox_8h-source.htm#l00248">248</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga5" doxytag="spinbox.h::SPM_DISABLEUP"></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 SPM_DISABLEUP 0xF304 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Disable the ability to scroll up. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__spinbox__msgs.htm#ga5">SPM_DISABLEUP</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="spinbox_8h-source.htm#l00233">233</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga8" doxytag="spinbox.h::SPM_ENABLEDOWN"></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 SPM_ENABLEDOWN 0xF307 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Enable the ability to scroll down. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__spinbox__msgs.htm#ga8">SPM_ENABLEDOWN</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="spinbox_8h-source.htm#l00278">278</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="spinbox.h::SPM_ENABLEUP"></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 SPM_ENABLEUP 0xF306 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Enable the ability to scroll up. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__spinbox__msgs.htm#ga7">SPM_ENABLEUP</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="spinbox_8h-source.htm#l00263">263</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga10" doxytag="spinbox.h::SPM_GETCUR"></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 SPM_GETCUR 0xF309 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Gets the current position in the range of the spinbox. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__spinbox__msgs.htm#ga10">SPM_GETCUR</a>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -