Mark Johnoson's additions for variable-width weekday names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-07 10:03:54 +00:00
parent 1b6dea5de1
commit 07e87221f6
2 changed files with 34 additions and 8 deletions

View File

@@ -261,6 +261,7 @@ private:
// the week day names
wxString m_weekdays[7];
unsigned long m_weekdaysLen; // mj10777 : length of name to be drawn
DECLARE_DYNAMIC_CLASS(wxCalendarCtrl)
DECLARE_EVENT_TABLE()