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

📄 monthcal_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: monthcal.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>&nbsp;/&nbsp;<a class="el" href="dir_000002.htm">ext</a></div><h1>monthcal.h File Reference</h1><p><a href="monthcal_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__mgext__ctrl__monthcal.htm#ga4">CTRL_MONTHCALENDAR</a>&nbsp;&nbsp;&nbsp;("MonthCalendar")<dl class="el"><dd class="mdescRight">The class name of monthcalendar control.  <a href="group__mgext__ctrl__monthcal.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__styles.htm#ga0">MCS_CHN</a>&nbsp;&nbsp;&nbsp;0x0001L<dl class="el"><dd class="mdescRight">Displays chinese label.  <a href="group__mgext__ctrl__monthcal__styles.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__styles.htm#ga1">MCS_ENG_L</a>&nbsp;&nbsp;&nbsp;0x0002L<dl class="el"><dd class="mdescRight">Displays long english label.  <a href="group__mgext__ctrl__monthcal__styles.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__styles.htm#ga2">MCS_ENG_S</a>&nbsp;&nbsp;&nbsp;0x0003L<dl class="el"><dd class="mdescRight">Displays short english label.  <a href="group__mgext__ctrl__monthcal__styles.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__styles.htm#ga3">MCS_NOTIFY</a>&nbsp;&nbsp;&nbsp;0x0004L<dl class="el"><dd class="mdescRight">Notifies the parent window when something happens.  <a href="group__mgext__ctrl__monthcal__styles.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__styles.htm#ga4">MCS_NOYEARMON</a>&nbsp;&nbsp;&nbsp;0x0008L<dl class="el"><dd class="mdescRight">Do not show year and month.  <a href="group__mgext__ctrl__monthcal__styles.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga0">MCM_GETCURDAY</a>&nbsp;&nbsp;&nbsp;0xF300<dl class="el"><dd class="mdescRight">Gets the day number of the current selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga0"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga1">MCM_GETCURMONTH</a>&nbsp;&nbsp;&nbsp;0xF301<dl class="el"><dd class="mdescRight">Gets the month number of the current selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga2">MCM_GETCURYEAR</a>&nbsp;&nbsp;&nbsp;0xF302<dl class="el"><dd class="mdescRight">Gets the year number of the current selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga3">MCM_GETCURWEEKDAY</a>&nbsp;&nbsp;&nbsp;0xF303<dl class="el"><dd class="mdescRight">Gets the weekday number of the current selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga4">MCM_GETCURMONLEN</a>&nbsp;&nbsp;&nbsp;0xF304<dl class="el"><dd class="mdescRight">Gets the month length of the current selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga5">MCM_SETCURDAY</a>&nbsp;&nbsp;&nbsp;0xF305<dl class="el"><dd class="mdescRight">Changes the day of the currently selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga6">MCM_SETCURMONTH</a>&nbsp;&nbsp;&nbsp;0xF306<dl class="el"><dd class="mdescRight">Changes the month of the currently selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga7">MCM_SETCURYEAR</a>&nbsp;&nbsp;&nbsp;0xF307<dl class="el"><dd class="mdescRight">Changes the year of the currently selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga8">MCM_SETTODAY</a>&nbsp;&nbsp;&nbsp;0xF308<dl class="el"><dd class="mdescRight">Sets the currently selected date as the date of "today".  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga9">MCM_GETFIRSTWEEKDAY</a>&nbsp;&nbsp;&nbsp;0xF309<dl class="el"><dd class="mdescRight">Gets the weekday of the first day of this month.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga10">MCM_GETCURDATE</a>&nbsp;&nbsp;&nbsp;0xF310<dl class="el"><dd class="mdescRight">Gets the currently selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga11">MCM_GETTODAY</a>&nbsp;&nbsp;&nbsp;0xF311<dl class="el"><dd class="mdescRight">Gets the date of "today".  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga12">MCM_GETMINREQRECTW</a>&nbsp;&nbsp;&nbsp;0xF312<dl class="el"><dd class="mdescRight">Gets the minimum width required to display a full month in a month calendar control.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga13">MCM_GETMINREQRECTH</a>&nbsp;&nbsp;&nbsp;0xF313<dl class="el"><dd class="mdescRight">Gets the minimum height required to display a full month in a month calendar control.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga14">MCM_SETCURDATE</a>&nbsp;&nbsp;&nbsp;0xF314<dl class="el"><dd class="mdescRight">Sets the currently selected date.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga15">MCM_SETCOLOR</a>&nbsp;&nbsp;&nbsp;0xF315<dl class="el"><dd class="mdescRight">Sets the color of the monthcalendar control.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga15"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga16">MCM_GETCOLOR</a>&nbsp;&nbsp;&nbsp;0xF316<dl class="el"><dd class="mdescRight">Gets the color of the monthcalendar control.  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga16"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga17">MCM_SETDAYCOLOR</a>&nbsp;&nbsp;&nbsp;0xF317<dl class="el"><dd class="mdescRight">Sets the color of a specified date .  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga17"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__msgs.htm#ga18">MCM_CLEARDAYCOLOR</a>&nbsp;&nbsp;&nbsp;0xF318<dl class="el"><dd class="mdescRight">Clears the color of a specified month view .  <a href="group__mgext__ctrl__monthcal__msgs.htm#ga18"></a><br></dl><li>#define <a class="el" href="group__mgext__ctrl__monthcal__ncs.htm#ga0">MCN_DATECHANGE</a>&nbsp;&nbsp;&nbsp;1<dl class="el"><dd class="mdescRight">Notifies that the currently selected date is changed.  <a href="group__mgext__ctrl__monthcal__ncs.htm#ga0"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef <a class="el" href="struct__SYSTEMTIME.htm">_SYSTEMTIME</a> <a class="el" href="group__mgext__ctrl__monthcal.htm#ga0">SYSTEMTIME</a><li>typedef <a class="el" href="struct__SYSTEMTIME.htm">SYSTEMTIME</a> * <a class="el" href="group__mgext__ctrl__monthcal.htm#ga1">PSYSTEMTIME</a><dl class="el"><dd class="mdescRight">Data type of the pointer to a SYSTEMTIME.  <a href="group__mgext__ctrl__monthcal.htm#ga1"></a><br></dl><li>typedef <a class="el" href="struct__MCCOLORINFO.htm">_MCCOLORINFO</a> <a class="el" href="group__mgext__ctrl__monthcal.htm#ga2">MCCOLORINFO</a><li>typedef <a class="el" href="struct__MCCOLORINFO.htm">MCCOLORINFO</a> * <a class="el" href="group__mgext__ctrl__monthcal.htm#ga3">PMCCOLORINFO</a><dl class="el"><dd class="mdescRight">Data type of the pointer to a MCCOLORINFO.  <a href="group__mgext__ctrl__monthcal.htm#ga3"></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>The header file of MiniGUI extension library.<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="monthcal_8h-source.htm">monthcal.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 + -