X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34097680c05edc672b61dd413022cd8b9ad0294f..1deef99727c57b21976be81a14312f001fededb4:/include/wx/motif/window.h diff --git a/include/wx/motif/window.h b/include/wx/motif/window.h index 819fe17f3e..a5bc5383bc 100644 --- a/include/wx/motif/window.h +++ b/include/wx/motif/window.h @@ -20,8 +20,8 @@ class WXDLLIMPEXP_CORE wxWindow : public wxWindowBase { - friend class WXDLLEXPORT wxDC; - friend class WXDLLEXPORT wxWindowDC; + friend class WXDLLIMPEXP_FWD_CORE wxDC; + friend class WXDLLIMPEXP_FWD_CORE wxWindowDC; public: wxWindow() { Init(); } @@ -147,6 +147,12 @@ public: // Process idle (send update events) void OnInternalIdle(); + // post-creation activities + void PostCreation(); + + // pre-creation activities + void PreCreation(); + protected: // Responds to colour changes: passes event on to children. void OnSysColourChanged(wxSysColourChangedEvent& event); @@ -313,7 +319,7 @@ private: // from scope. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxNoOptimize +class WXDLLIMPEXP_CORE wxNoOptimize { public: wxNoOptimize() { ms_count++; }