📄 group__mgext__ctrl__spinbox__styles.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: Styles 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>Styles 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__styles.htm#ga0">SPS_AUTOSCROLL</a> 0x00000001L<dl class="el"><dd class="mdescRight">The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__styles.htm#ga1">SPS_HORIZONTAL</a> 0x00000010L<dl class="el"><dd class="mdescRight">The spinbox control is horizontal. The default is vertical. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__styles.htm#ga2">SPS_TYPE_NORMAL</a> 0x00000000L<dl class="el"><dd class="mdescRight">The spinbox control contains the up and left arrows. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__styles.htm#ga3">SPS_TYPE_UPARROW</a> 0x00000100L<dl class="el"><dd class="mdescRight">The spinbox control contains only the up/left arrow. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__styles.htm#ga4">SPS_TYPE_DOWNARROW</a> 0x00000200L<dl class="el"><dd class="mdescRight">The spinbox control contains only the down/right arrow. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__spinbox__styles.htm#ga5">SPS_TYPE_MASK</a> 0x00000F00L<dl class="el"><dd class="mdescRight">The mask code of spinbox control. <a href="#ga5"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga0" doxytag="spinbox.h::SPS_AUTOSCROLL"></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 SPS_AUTOSCROLL 0x00000001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00098">98</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="spinbox.h::SPS_HORIZONTAL"></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 SPS_HORIZONTAL 0x00000010L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spinbox control is horizontal. The default is vertical. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00104">104</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="spinbox.h::SPS_TYPE_DOWNARROW"></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 SPS_TYPE_DOWNARROW 0x00000200L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spinbox control contains only the down/right arrow. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00122">122</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::SPS_TYPE_MASK"></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 SPS_TYPE_MASK 0x00000F00L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The mask code of spinbox control. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00128">128</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="spinbox.h::SPS_TYPE_NORMAL"></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 SPS_TYPE_NORMAL 0x00000000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spinbox control contains the up and left arrows. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00110">110</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga3" doxytag="spinbox.h::SPS_TYPE_UPARROW"></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 SPS_TYPE_UPARROW 0x00000100L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The spinbox control contains only the up/left arrow. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00116">116</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.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 <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 + -