mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-05 01:55:44 +00:00
parent 52980340f4
commit 6d9b671692
7 changed files with 113 additions and 59 deletions

View File

@@ -84,9 +84,6 @@ public:
// corresponds to wxCAL_NO_YEAR_CHANGE bit, deprecated, generic only
void EnableYearChange(bool enable = true);
// corresponds to wxCAL_SHOW_HOLIDAYS bit, generic only
virtual void EnableHolidayDisplay(bool display = true);
// customization
// -------------
@@ -215,12 +212,6 @@ private:
// change the date inside the same month/year
void ChangeDay(const wxDateTime& date);
// set the attributes for the holidays if needed
void SetHolidayAttrs();
// reset all holidays
void ResetHolidayAttrs();
// deprecated
bool AllowYearChange() const
{
@@ -240,6 +231,9 @@ public:
wxControl *GetYearControl() const;
private:
virtual void ResetHolidayAttrs();
virtual void RefreshHolidays() { Refresh(); }
// OnPaint helper-methods
// Highlight the [fromdate : todate] range using pen and brush