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

📄 trackbar_8h.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: trackbar.h File Reference</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><div class="nav"><a class="el" href="dir_000003.htm">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000004.htm">ctrl</a></div><h1>trackbar.h File Reference</h1><p><a href="trackbar_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__trackbar.htm#ga0">CTRL_TRACKBAR</a>&nbsp;&nbsp;&nbsp;("trackbar")<dl class="el"><dd class="mdescRight">The class name of trackbar control.  <a href="group__ctrl__trackbar.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar.htm#ga1">TBLEN_TIP</a>&nbsp;&nbsp;&nbsp;31<dl class="el"><dd class="mdescRight">The maximum length of the trackbar tip string.  <a href="group__ctrl__trackbar.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__styles.htm#ga0">TBS_NOTIFY</a>&nbsp;&nbsp;&nbsp;0x0001L<dl class="el"><dd class="mdescRight">Causes the trackbar to notify the parent window with a notification message when the user clicks or doubleclicks the trackbar.  <a href="group__ctrl__trackbar__styles.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__styles.htm#ga1">TBS_VERTICAL</a>&nbsp;&nbsp;&nbsp;0x0002L<dl class="el"><dd class="mdescRight">The trackbar control will be oriented vertically.  <a href="group__ctrl__trackbar__styles.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__styles.htm#ga2">TBS_BORDER</a>&nbsp;&nbsp;&nbsp;0x0004L<dl class="el"><dd class="mdescRight">The trackbar control will have border.  <a href="group__ctrl__trackbar__styles.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__styles.htm#ga3">TBS_TIP</a>&nbsp;&nbsp;&nbsp;0x0008L<dl class="el"><dd class="mdescRight">The trackbar control will display tip string above the control.  <a href="group__ctrl__trackbar__styles.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__styles.htm#ga4">TBS_NOTICK</a>&nbsp;&nbsp;&nbsp;0x0010L<dl class="el"><dd class="mdescRight">The trackbar control will not display tick line beside the control.  <a href="group__ctrl__trackbar__styles.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga0">TBM_SETRANGE</a>&nbsp;&nbsp;&nbsp;0xF090<dl class="el"><dd class="mdescRight">Sets the range of minimum and maximum logical positions for the slider in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga1">TBM_GETMIN</a>&nbsp;&nbsp;&nbsp;0xF091<dl class="el"><dd class="mdescRight">Gets the minimum logical position for the slider.  <a href="group__ctrl__trackbar__msgs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga2">TBM_SETPOS</a>&nbsp;&nbsp;&nbsp;0xF092<dl class="el"><dd class="mdescRight">Sets the current logical position of the slider.  <a href="group__ctrl__trackbar__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga3">TBM_GETPOS</a>&nbsp;&nbsp;&nbsp;0xF093<dl class="el"><dd class="mdescRight">Gets the current logical position of the slider.  <a href="group__ctrl__trackbar__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga4">TBM_SETLINESIZE</a>&nbsp;&nbsp;&nbsp;0xF094<dl class="el"><dd class="mdescRight">Sets the number of logical positions moved in response to keyboard input from the arrow keys.  <a href="group__ctrl__trackbar__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga5">TBM_GETLINESIZE</a>&nbsp;&nbsp;&nbsp;0xF095<dl class="el"><dd class="mdescRight">Gets the number of logical positions moved in response to keyboard input from the arrow keys.  <a href="group__ctrl__trackbar__msgs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga6">TBM_SETPAGESIZE</a>&nbsp;&nbsp;&nbsp;0xF096<dl class="el"><dd class="mdescRight">Sets the number of logical positions moved in response to keyboard input from page keys..  <a href="group__ctrl__trackbar__msgs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga7">TBM_GETPAGESIZE</a>&nbsp;&nbsp;&nbsp;0xF097<dl class="el"><dd class="mdescRight">Gets the number of logical positions moved in response to keyboard input from page keys..  <a href="group__ctrl__trackbar__msgs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga8">TBM_SETTIP</a>&nbsp;&nbsp;&nbsp;0xF098<dl class="el"><dd class="mdescRight">Sets the start and end tip strings.  <a href="group__ctrl__trackbar__msgs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga9">TBM_GETTIP</a>&nbsp;&nbsp;&nbsp;0xF09A<dl class="el"><dd class="mdescRight">Gets the start and end tip strings.  <a href="group__ctrl__trackbar__msgs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga10">TBM_SETTICKFREQ</a>&nbsp;&nbsp;&nbsp;0xF09B<dl class="el"><dd class="mdescRight">Sets the interval frequency for tick marks in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga11">TBM_GETTICKFREQ</a>&nbsp;&nbsp;&nbsp;0xF09C<dl class="el"><dd class="mdescRight">Gets the interval frequency for tick marks in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga12">TBM_SETMIN</a>&nbsp;&nbsp;&nbsp;0xF09D<dl class="el"><dd class="mdescRight">Sets the minimum logical position for the slider in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga13">TBM_SETMAX</a>&nbsp;&nbsp;&nbsp;0xF09E<dl class="el"><dd class="mdescRight">Sets the maximum logical position for the slider in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__msgs.htm#ga14">TBM_GETMAX</a>&nbsp;&nbsp;&nbsp;0xF09F<dl class="el"><dd class="mdescRight">Gets the maximum logical position for the slider in a trackbar.  <a href="group__ctrl__trackbar__msgs.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__ncs.htm#ga0">TBN_REACHMIN</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">Notifies that the slider has reached the minimum position.  <a href="group__ctrl__trackbar__ncs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__ncs.htm#ga1">TBN_REACHMAX</a>&nbsp;&nbsp;&nbsp;2<dl class="el"><dd class="mdescRight">Notifies that the slider has reached the maximum position.  <a href="group__ctrl__trackbar__ncs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__ncs.htm#ga2">TBN_CHANGE</a>&nbsp;&nbsp;&nbsp;3<dl class="el"><dd class="mdescRight">Notifies that the position of the slider has changed.  <a href="group__ctrl__trackbar__ncs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__ncs.htm#ga3">TBN_STARTDRAG</a>&nbsp;&nbsp;&nbsp;4<dl class="el"><dd class="mdescRight">Notifies that the user start to drag the slider.  <a href="group__ctrl__trackbar__ncs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__trackbar__ncs.htm#ga4">TBN_STOPDRAG</a>&nbsp;&nbsp;&nbsp;5<dl class="el"><dd class="mdescRight">Notifies that the user stop to drag the slider.  <a href="group__ctrl__trackbar__ncs.htm#ga4"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming &lt;<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>&gt; </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2001/12/29</dd></dl><div class="fragment"><pre class="fragment">    Copyright (C) 2002-2007 Feynman Software.    Copyright (C) 1998-2002 Wei Yongming.    All rights reserved by Feynman Software.    This file is part of MiniGUI, a compact cross-platform Graphics     User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 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 + -