created wxAdvanced library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,7 +83,7 @@ enum wxCalendarDateBorder
|
||||
// wxCalendarDateAttr: custom attributes for a calendar date
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxCalendarDateAttr
|
||||
class WXDLLIMPEXP_ADV wxCalendarDateAttr
|
||||
{
|
||||
#if !defined(__VISAGECPP__)
|
||||
protected:
|
||||
@@ -159,9 +159,9 @@ private:
|
||||
// wxCalendarCtrl events
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxCalendarCtrl;
|
||||
class WXDLLIMPEXP_ADV wxCalendarCtrl;
|
||||
|
||||
class WXDLLEXPORT wxCalendarEvent : public wxCommandEvent
|
||||
class WXDLLIMPEXP_ADV wxCalendarEvent : public wxCommandEvent
|
||||
{
|
||||
friend class wxCalendarCtrl;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user