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

📄 group__ctrl__trackbar__msgs.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
 lParam = 0;</pre></div><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>linesize</em>&nbsp;</td><td>New line size.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00194">194</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga13" doxytag="trackbar.h::TBM_SETMAX"></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 TBM_SETMAX&nbsp;&nbsp;&nbsp;0xF09E          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the maximum logical position for the slider in a trackbar. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga13">TBM_SETMAX</a> <span class="keywordtype">int</span> max; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)max; lParam = 0;</pre></div><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>min</em>&nbsp;</td><td>The new maximum logical position for the slider in a trackbar.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00370">370</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga12" doxytag="trackbar.h::TBM_SETMIN"></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 TBM_SETMIN&nbsp;&nbsp;&nbsp;0xF09D          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the minimum logical position for the slider in a trackbar. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga12">TBM_SETMIN</a> <span class="keywordtype">int</span> min; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)min; lParam = 0;</pre></div><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>min</em>&nbsp;</td><td>The new minimum logical position for the slider in a trackbar.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00352">352</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="trackbar.h::TBM_SETPAGESIZE"></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 TBM_SETPAGESIZE&nbsp;&nbsp;&nbsp;0xF096          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the number of logical positions moved in response to keyboard input from page keys.. <p>Sets the number of logical positions the trackbar's slider moves in response to keyboard input form page keys, such as PAGE DOWN or PAGE UP keys. The logical positions are the integer increments in the trackbar's range of minimum to maximum slider positions.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga6">TBM_SETPAGESIZE</a> <span class="keywordtype">int</span> pagesize; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)pagesize; lParam = 0;</pre></div><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>pagesize</em>&nbsp;</td><td>New page size.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00238">238</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="trackbar.h::TBM_SETPOS"></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 TBM_SETPOS&nbsp;&nbsp;&nbsp;0xF092          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the current logical position of the slider. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga2">TBM_SETPOS</a> <span class="keywordtype">int</span> pos; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)pos; lParam = 0;</pre></div><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>pos</em>&nbsp;</td><td>New logical position of the slider.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Always be zero. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00156">156</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="trackbar.h::TBM_SETRANGE"></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 TBM_SETRANGE&nbsp;&nbsp;&nbsp;0xF090          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the range of minimum and maximum logical positions for the slider in a trackbar. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga0">TBM_SETRANGE</a> <span class="keywordtype">int</span> min; <span class="keywordtype">int</span> max; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)min; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)max;</pre></div><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>min</em>&nbsp;</td><td>Minimum position for the slider. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>max</em>&nbsp;</td><td>Maximum position for the slider.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00123">123</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="trackbar.h::TBM_SETTICKFREQ"></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 TBM_SETTICKFREQ&nbsp;&nbsp;&nbsp;0xF09B          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the interval frequency for tick marks in a trackbar. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga10">TBM_SETTICKFREQ</a> <span class="keywordtype">int</span> tickfreq; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)tickfreq; lParam = 0;</pre></div><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>tickfreq</em>&nbsp;</td><td>New interval frequency for tick marks in a trackbar.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Zero on success; otherwise -1. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00319">319</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="trackbar.h::TBM_SETTIP"></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 TBM_SETTIP&nbsp;&nbsp;&nbsp;0xF098          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the start and end tip strings. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__ctrl__trackbar__msgs.htm#ga8">TBM_SETTIP</a> <span class="keywordtype">char</span>* starttip; <span class="keywordtype">char</span>* endtip; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)starttip; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)endtip;</pre></div><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>starttip</em>&nbsp;</td><td>New start tip string. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>endtip</em>&nbsp;</td><td>New end tip tip string.</td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>Always be zero. </dd></dl><p>Definition at line <a class="el" href="trackbar_8h-source.htm#l00279">279</a> of file <a class="el" href="trackbar_8h-source.htm">trackbar.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 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 + -