📄 group__mgext__ctrl__spinbox.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: 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>SpinBox control<br><small>[<a class="el" href="group__mgext__controls.htm">Controls defined in libmgext</a>]</small></h1><h2>Modules</h2><ul><li><a class="el" href="group__mgext__ctrl__spinbox__styles.htm">Styles of spinbox control</a><li><a class="el" href="group__mgext__ctrl__spinbox__msgs.htm">Messages of spinbox control</a><li><a class="el" href="group__mgext__ctrl__spinbox__ncs.htm">Notification codes of spinbox control</a></ul><h2>Data Structures</h2><ul><li>struct <a class="el" href="struct__SPININFO.htm">_SPININFO</a></ul><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__spinbox.htm#ga3">CTRL_SPINBOX</a> ("SpinBox")<dl class="el"><dd class="mdescRight">The class name of spinbox control. <a href="#ga3"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__SPININFO.htm">_SPININFO</a> <a class="el" href="group__mgext__ctrl__spinbox.htm#ga0">SPININFO</a><li>typedef <a class="el" href="struct__SPININFO.htm">SPININFO</a> * <a class="el" href="group__mgext__ctrl__spinbox.htm#ga1">PSPININFO</a><dl class="el"><dd class="mdescRight">Data type of the pointer to a SPININFO. <a href="#ga1"></a><br></dl></ul><h2>Functions</h2><ul><li>void <a class="el" href="group__mgext__ctrl__spinbox.htm#ga2">GetSpinBoxSize</a> (<a class="el" href="group__win32__types.htm#ga4">DWORD</a> dwStyle, int *w, int *h)<dl class="el"><dd class="mdescRight">Gets size of a vertical spin box control. <a href="#ga2"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga3" doxytag="spinbox.h::CTRL_SPINBOX"></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 CTRL_SPINBOX ("SpinBox") </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The class name of spinbox control. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00057">57</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><hr><h2>Typedef Documentation</h2><a class="anchor" name="ga1" doxytag="spinbox.h::PSPININFO"></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">typedef <a class="el" href="struct__SPININFO.htm">SPININFO</a> * <a class="el" href="struct__SPININFO.htm">PSPININFO</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Data type of the pointer to a SPININFO. <p><p>Definition at line <a class="el" href="spinbox_8h-source.htm#l00073">73</a> of file <a class="el" href="spinbox_8h-source.htm">spinbox.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="spinbox.h::SPININFO"></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">typedef struct <a class="el" href="struct__SPININFO.htm">_SPININFO</a> <a class="el" href="struct__SPININFO.htm">SPININFO</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Structure of the spinbox info </td> </tr></table><hr><h2>Function Documentation</h2><a class="anchor" name="ga2" doxytag="spinbox.h::GetSpinBoxSize"></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">void GetSpinBoxSize </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> </td> <td class="mdname" nowrap> <em>dwStyle</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td class="md"></td> <td class="md" nowrap>int * </td> <td class="mdname" nowrap> <em>w</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td class="md"></td> <td class="md" nowrap>int * </td> <td class="mdname" nowrap> <em>h</em></td> </tr> <tr> <td class="md"></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Gets size of a vertical spin box control. <p>The spin box control in MiniGUI has fixed size. This function gets the size of a spin box control.<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>dwStyle</em> </td><td>The style of the spin box. </td></tr> <tr><td valign="top"></td><td valign="top"><em>w</em> </td><td>The width of the spin box control will be returned through this argument. </td></tr> <tr><td valign="top"></td><td valign="top"><em>h</em> </td><td>The height of the spin box control will be returned through this argument. </td></tr> </table></dl> </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 + -