📄 control_8h-source.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: control.h Source File</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><div class="nav"><a class="el" href="dir_000003.htm">include</a></div><h1>control.h</h1><a href="control_8h.htm">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 00021 <span class="comment">/*</span>00022 <span class="comment"> * $Id: control.h 7364 2007-08-16 05:20:20Z xgwang $</span>00023 <span class="comment"> *</span>00024 <span class="comment"> * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, </span>00025 <span class="comment"> * pSOS, ThreadX, NuCleus, OSE, and Win32.</span>00026 <span class="comment"> *</span>00027 <span class="comment"> * Copyright (C) 2002-2007 Feynman Software.</span>00028 <span class="comment"> * Copyright (C) 1999-2002 Wei Yongming.</span>00029 <span class="comment"> */</span>00030 00031 <span class="preprocessor">#ifndef _MGUI_CONTROL_H</span>00032 <span class="preprocessor"></span><span class="preprocessor">#define _MGUI_CONTROL_H</span>00033 <span class="preprocessor"></span> 00034 <span class="preprocessor">#ifdef __cplusplus</span>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {00036 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>00037 00038 <span class="preprocessor">#include "<a class="code" href="ctrlhelper_8h.htm">ctrl/ctrlhelper.h</a>"</span>00039 00045 <span class="comment">/* NOTE: control messages start from 0xF000 to 0xFFFF */</span>00046 <span class="preprocessor">#define MSG_FIRSTCTRLMSG 0xF000</span>00047 <span class="preprocessor"></span><span class="preprocessor">#define MSG_LASTCTRLMSG 0xFFFF</span>00048 <span class="preprocessor"></span>00051 <span class="preprocessor">#ifdef _CTRL_STATIC</span>00052 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="static_8h.htm">ctrl/static.h</a>"</span>00053 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_STATIC */</span>00054 00055 <span class="preprocessor">#ifdef _CTRL_BUTTON</span>00056 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="button_8h.htm">ctrl/button.h</a>"</span>00057 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_BUTTON */</span>00058 00059 <span class="preprocessor">#if defined (_CTRL_SIMEDIT) || defined(_CTRL_SLEDIT) || defined(_CTRL_MLEDIT)</span>00060 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="edit_8h.htm">ctrl/edit.h</a>"</span>00061 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_EDIT || _CTRL_MEDIT */</span>00062 00063 <span class="preprocessor">#ifdef _CTRL_PROGRESSBAR</span>00064 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="progressbar_8h.htm">ctrl/progressbar.h</a>"</span>00065 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_PROGRESSBAR */</span>00066 00067 <span class="preprocessor">#ifdef _CTRL_LISTBOX</span>00068 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="listbox_8h.htm">ctrl/listbox.h</a>"</span>00069 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_LISTBOX */</span>00070 00071 <span class="preprocessor">#ifdef _CTRL_PROPSHEET</span>00072 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="propsheet_8h.htm">ctrl/propsheet.h</a>"</span>00073 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_PROPSHEET*/</span>00074 00075 <span class="preprocessor">#ifdef _CTRL_COMBOBOX</span>00076 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="combobox_8h.htm">ctrl/combobox.h</a>"</span>00077 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_COMBOBOX */</span>00078 00079 <span class="preprocessor">#ifdef _CTRL_TOOLBAR</span>00080 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="toolbar_8h.htm">ctrl/toolbar.h</a>"</span>00081 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_TOOLBAR */</span>00082 00083 <span class="preprocessor">#ifdef _CTRL_NEWTOOLBAR</span>00084 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="newtoolbar_8h.htm">ctrl/newtoolbar.h</a>"</span>00085 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_NEWTOOLBAR */</span>00086 00087 <span class="preprocessor">#ifdef _CTRL_MENUBUTTON</span>00088 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="menubutton_8h.htm">ctrl/menubutton.h</a>"</span>00089 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_MENUBUTTON */</span>00090 00091 <span class="preprocessor">#ifdef _CTRL_TRACKBAR</span>00092 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="trackbar_8h.htm">ctrl/trackbar.h</a>"</span>00093 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_TRACKBAR */</span>00094 00095 <span class="preprocessor">#ifdef _CTRL_SCROLLVIEW</span>00096 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="scrollview_8h.htm">ctrl/scrollview.h</a>"</span>00097 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_SCROLLVIEW */</span>00098 00099 <span class="preprocessor">#ifdef _CTRL_SCROLLBAR</span>00100 <span class="preprocessor"></span><span class="preprocessor">#include "ctrl/scrollbar.h"</span>00101 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_SCROLLBAR */</span>00102 00103 <span class="preprocessor">#ifdef _CTRL_TEXTEDIT</span>00104 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="textedit_8h.htm">ctrl/textedit.h</a>"</span>00105 <span class="preprocessor">#endif </span><span class="comment">/* _CTRL_TEXTEDIT */</span>00106 00107 <span class="preprocessor">#ifdef __cplusplus</span>00108 <span class="preprocessor"></span>}00109 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>00110 00111 <span class="preprocessor">#endif </span><span class="comment">/* _MGUI_CONTROL_H */</span>00112 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:50 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 + -