X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarManipulator.h;h=83365e60a3db0fdd4ea383913c56a2051a5037bf;hp=4e5bb7edd7a788f81dadcbffbf3cbe6537c5d8e6;hb=df012cf9ec9670db199095c4f4408dff556c4d5f;hpb=54c0cc46a20bfd13a8f0c3130520bcc06359bc9c diff --git a/source/widgets/XCCalendarManipulator.h b/source/widgets/XCCalendarManipulator.h index 4e5bb7e..83365e6 100644 --- a/source/widgets/XCCalendarManipulator.h +++ b/source/widgets/XCCalendarManipulator.h @@ -27,7 +27,7 @@ #include #include "events.h" -#if defined(WIN32) +#if defined(WIN32) || defined(__APPLE__) #include "../forms/calendarselectmonth/frmCalendarSelectMonth.h" #else #include "XCCalendarMonthSelect.h" @@ -47,7 +47,7 @@ class XCCalendarManipulator: public wxPanel wxButton *nextButton = nullptr; wxButton *calendarsButton = nullptr; wxButton *dateButton = nullptr; -#if defined(WIN32) +#if defined(WIN32) || defined(__APPLE__) frmCalendarSelectMonth *moo = nullptr; #else XCCalendarMonthSelect *moo = nullptr; @@ -59,6 +59,9 @@ class XCCalendarManipulator: public wxPanel wxBitmap nextIconBitmap; wxBitmap previousIconBitmap; wxBitmap calendarsIconBitmap; +#if defined(__APPLE__) + bool calendarListShow = false; +#endif void UpdateDateButtonText(); protected: @@ -79,4 +82,4 @@ class XCCalendarManipulator: public wxPanel }; -#endif \ No newline at end of file +#endif