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

📄 propsheet_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: propsheet.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>propsheet.h File Reference</h1><p><a href="propsheet_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__propsheet.htm#ga0">CTRL_PROPSHEET</a>&nbsp;&nbsp;&nbsp;("propsheet")<dl class="el"><dd class="mdescRight">The class name of propsheet control.  <a href="group__ctrl__propsheet.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga0">PSS_SIMPLE</a>&nbsp;&nbsp;&nbsp;0x0000L<dl class="el"><dd class="mdescRight">A simple property sheet control. All tabs of the control will have the same width.  <a href="group__ctrl__propsheet__styles.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga1">PSS_COMPACTTAB</a>&nbsp;&nbsp;&nbsp;0x0001L<dl class="el"><dd class="mdescRight">Compact tab style. The width of a tab is adaptive to the tab title.  <a href="group__ctrl__propsheet__styles.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga2">PSS_SCROLLABLE</a>&nbsp;&nbsp;&nbsp;0x0002L<dl class="el"><dd class="mdescRight">Tabs can be scrolled by scroll button.  <a href="group__ctrl__propsheet__styles.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__styles.htm#ga3">PSS_BOTTOM</a>&nbsp;&nbsp;&nbsp;0x0010L<dl class="el"><dd class="mdescRight">Bottom tab style. Tabs will be located at the bottom of the property sheet.  <a href="group__ctrl__propsheet__styles.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga0">PS_OKAY</a>&nbsp;&nbsp;&nbsp;0<li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga1">PS_ERR</a>&nbsp;&nbsp;&nbsp;(-1)<li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga2">PSM_GETACTIVEPAGE</a>&nbsp;&nbsp;&nbsp;0xF1C0L<dl class="el"><dd class="mdescRight">Gets the handle of current active page.  <a href="group__ctrl__propsheet__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga3">PSM_SETACTIVEINDEX</a>&nbsp;&nbsp;&nbsp;0xF1C2L<dl class="el"><dd class="mdescRight">Changes the active page by index.  <a href="group__ctrl__propsheet__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga4">PSM_GETPAGE</a>&nbsp;&nbsp;&nbsp;0xF1C3L<dl class="el"><dd class="mdescRight">Gets the handle of a page by index.  <a href="group__ctrl__propsheet__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga5">PSM_GETACTIVEINDEX</a>&nbsp;&nbsp;&nbsp;0xF1C4L<dl class="el"><dd class="mdescRight">Gets the index of the current active page.  <a href="group__ctrl__propsheet__msgs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga6">PSM_GETPAGEINDEX</a>&nbsp;&nbsp;&nbsp;0xF1C5L<dl class="el"><dd class="mdescRight">Gets the index of a page by handle.  <a href="group__ctrl__propsheet__msgs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga7">PSM_GETPAGECOUNT</a>&nbsp;&nbsp;&nbsp;0xF1C6L<dl class="el"><dd class="mdescRight">Gets the number of pages of the propsheet.  <a href="group__ctrl__propsheet__msgs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga8">PSM_GETTITLELENGTH</a>&nbsp;&nbsp;&nbsp;0xF1C7L<dl class="el"><dd class="mdescRight">Gets the length of a page title.  <a href="group__ctrl__propsheet__msgs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga9">PSM_GETTITLE</a>&nbsp;&nbsp;&nbsp;0xF1C8L<dl class="el"><dd class="mdescRight">Gets a page title.  <a href="group__ctrl__propsheet__msgs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga10">PSM_SETTITLE</a>&nbsp;&nbsp;&nbsp;0xF1C9L<dl class="el"><dd class="mdescRight">Sets a page title.  <a href="group__ctrl__propsheet__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga11">PSM_ADDPAGE</a>&nbsp;&nbsp;&nbsp;0xF1D0L<dl class="el"><dd class="mdescRight">Adds a page to the propsheet.  <a href="group__ctrl__propsheet__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga12">PSM_REMOVEPAGE</a>&nbsp;&nbsp;&nbsp;0xF1D1L<dl class="el"><dd class="mdescRight">Removes a page from the propsheet.  <a href="group__ctrl__propsheet__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__msgs.htm#ga13">PSM_SHEETCMD</a>&nbsp;&nbsp;&nbsp;0xF1D2L<dl class="el"><dd class="mdescRight">Sends a MSG_SHEETCMD message to all pages in the propsheet.  <a href="group__ctrl__propsheet__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__ctrl__propsheet__ncs.htm#ga0">PSN_ACTIVE_CHANGED</a>&nbsp;&nbsp;&nbsp;0x01<dl class="el"><dd class="mdescRight">Notifies the parent window that the active page of the propsheet has been changed.  <a href="group__ctrl__propsheet__ncs.htm#ga0"></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="propsheet_8h-source.htm">propsheet.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 + -