X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34097680c05edc672b61dd413022cd8b9ad0294f..395367bcd303ad3b8fbf7d4f523f62d72ec7fa55:/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);