X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68995f26e8cb57350ee1acde913106723e0b39c4..d6086ea66340f82b3a4988c820cb351d128fe0d1:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index fb1b13938b..e63d825e61 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -30,7 +30,7 @@ //----------------------------------------------------------------------------- extern const char *wxFrameNameStr; -extern wxList wxTopLevelWindows; +extern wxWindowList wxTopLevelWindows; //----------------------------------------------------------------------------- // global function @@ -420,6 +420,9 @@ public: virtual void OnInternalIdle(); + // For compatibility across platforms (not in event table) + void OnIdle(wxIdleEvent& WXUNUSED(event)) {}; + /* used by all classes in the widget creation process */ void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,