monthcal.h File Reference
Go to the source code of this file.
Data Structures
Defines
- #define CTRL_MONTHCALENDAR ("MonthCalendar")
- The class name of monthcalendar control.
- #define MCS_CHN 0x0001L
- Displays chinese label.
- #define MCS_ENG_L 0x0002L
- Displays long english label.
- #define MCS_ENG_S 0x0003L
- Displays short english label.
- #define MCS_NOTIFY 0x0004L
- Notifies the parent window when something happens.
- #define MCS_NOYEARMON 0x0008L
- Do not show year and month.
- #define MCM_GETCURDAY 0xF300
- Gets the day number of the current selected date.
- #define MCM_GETCURMONTH 0xF301
- Gets the month number of the current selected date.
- #define MCM_GETCURYEAR 0xF302
- Gets the year number of the current selected date.
- #define MCM_GETCURWEEKDAY 0xF303
- Gets the weekday number of the current selected date.
- #define MCM_GETCURMONLEN 0xF304
- Gets the month length of the current selected date.
- #define MCM_SETCURDAY 0xF305
- Changes the day of the currently selected date.
- #define MCM_SETCURMONTH 0xF306
- Changes the month of the currently selected date.
- #define MCM_SETCURYEAR 0xF307
- Changes the year of the currently selected date.
- #define MCM_SETTODAY 0xF308
- Sets the currently selected date as the date of "today".
- #define MCM_GETFIRSTWEEKDAY 0xF309
- Gets the weekday of the first day of this month.
- #define MCM_GETCURDATE 0xF310
- Gets the currently selected date.
- #define MCM_GETTODAY 0xF311
- Gets the date of "today".
- #define MCM_GETMINREQRECTW 0xF312
- Gets the minimum width required to display a full month in a month calendar control.
- #define MCM_GETMINREQRECTH 0xF313
- Gets the minimum height required to display a full month in a month calendar control.
- #define MCM_SETCURDATE 0xF314
- Sets the currently selected date.
- #define MCM_SETCOLOR 0xF315
- Sets the color of the monthcalendar control.
- #define MCM_GETCOLOR 0xF316
- Gets the color of the monthcalendar control.
- #define MCM_SETDAYCOLOR 0xF317
- Sets the color of a specified date .
- #define MCM_CLEARDAYCOLOR 0xF318
- Clears the color of a specified month view .
- #define MCN_DATECHANGE 1
- Notifies that the currently selected date is changed.
Typedefs
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2002/01/06
Copyright (C) 2002-2008 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.
Definition in file monthcal.h.