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

📄 mywindows_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: mywindows.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_000000.htm">ext</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.htm">include</a></div><h1>mywindows.h File Reference</h1><p><a href="mywindows_8h-source.htm">Go to the source code of this file.</a><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__myWinButton.htm">_myWinButton</a> <a class="el" href="group__mywins__helpers.htm#ga0">myWINBUTTON</a><li>typedef <a class="el" href="struct__myWinEntry.htm">_myWinEntry</a> <a class="el" href="group__mywins__helpers.htm#ga2">myWINENTRY</a></ul><h2>Functions</h2><ul><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga4">myMessageBox</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, <a class="el" href="group__win32__types.htm#ga4">DWORD</a> dwStyle, const char *title, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a message box.  <a href="group__mywins__helpers.htm#ga4"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga5">myWinMessage</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, const char *title, const char *button1, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a message box within only one button.  <a href="group__mywins__helpers.htm#ga5"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga6">myWinChoice</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, const char *title, const char *button1, const char *button2, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a message box within two buttons.  <a href="group__mywins__helpers.htm#ga6"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga7">myWinTernary</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, const char *title, const char *button1, const char *button2, const char *button3, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a message box within three buttons.  <a href="group__mywins__helpers.htm#ga7"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mywins__helpers.htm#ga8">errorWindow</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, const char *str, const char *title)<dl class="el"><dd class="mdescRight">A MiniGUI edition of <em>perror</em>.  <a href="group__mywins__helpers.htm#ga8"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mywins__helpers.htm#ga9">createStatusWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hParentWnd, int width, int height, const char *title, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a status main window.  <a href="group__mywins__helpers.htm#ga9"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mywins__helpers.htm#ga10">destroyStatusWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Destroies a status window.  <a href="group__mywins__helpers.htm#ga10"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mywins__helpers.htm#ga11">createToolTipWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hParentWnd, int x, int y, int timeout_ms, const char *text,...)<dl class="el"><dd class="mdescRight">Creates a tool tip window.  <a href="group__mywins__helpers.htm#ga11"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mywins__helpers.htm#ga12">resetToolTipWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, int x, int y, const char *text,...)<dl class="el"><dd class="mdescRight">Resets a tool tip window.  <a href="group__mywins__helpers.htm#ga12"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mywins__helpers.htm#ga13">destroyToolTipWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Destroies a tool tip window.  <a href="group__mywins__helpers.htm#ga13"></a><br></dl><li>MGEXT_EXPORT <a class="el" href="group__handles.htm#ga1">HWND</a> <a class="el" href="group__mywins__helpers.htm#ga14">createProgressWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hParentWnd, const char *title, const char *label, int id, int range)<dl class="el"><dd class="mdescRight">Creates a main window within a progress bar.  <a href="group__mywins__helpers.htm#ga14"></a><br></dl><li>MGEXT_EXPORT void <a class="el" href="group__mywins__helpers.htm#ga15">destroyProgressWin</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd)<dl class="el"><dd class="mdescRight">Destroies progress window.  <a href="group__mywins__helpers.htm#ga15"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga16">myWinMenu</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hParentWnd, const char *title, const char *label, int width, int listboxheight, char **items, int *listItem, <a class="el" href="struct__myWinButton.htm">myWINBUTTON</a> *buttons)<dl class="el"><dd class="mdescRight">Creates a menu main window for the user to select an item.  <a href="group__mywins__helpers.htm#ga16"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga17">myWinEntries</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hParentWnd, const char *title, const char *label, int width, int editboxwidth, <a class="el" href="group__simple__types.htm#ga0">BOOL</a> fIME, <a class="el" href="struct__myWinEntry.htm">myWINENTRY</a> *items, <a class="el" href="struct__myWinButton.htm">myWINBUTTON</a> *buttons)<dl class="el"><dd class="mdescRight">Creates a entry main window for the user to enter something.  <a href="group__mywins__helpers.htm#ga17"></a><br></dl><li>MGEXT_EXPORT int <a class="el" href="group__mywins__helpers.htm#ga18">myWinHelpMessage</a> (<a class="el" href="group__handles.htm#ga1">HWND</a> hwnd, int width, int height, const char *help_title, const char *help_msg)<dl class="el"><dd class="mdescRight">Creates a help message window.  <a href="group__mywins__helpers.htm#ga18"></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>2002/01/06</dd></dl>This file includes interfaces for MyWins module of MiniGUIExt library, which provides some useful and convenient user interface functions.<p><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="mywindows_8h-source.htm">mywindows.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 + -