X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34097680c05edc672b61dd413022cd8b9ad0294f..57d7f9888e18d350fb023fdccd39e0ab7a3bb8dd:/include/wx/motif/window.h diff --git a/include/wx/motif/window.h b/include/wx/motif/window.h index 819fe17f3e..7a8e21899f 100644 --- a/include/wx/motif/window.h +++ b/include/wx/motif/window.h @@ -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);