X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68995f26e8cb57350ee1acde913106723e0b39c4..58a33cb4e6e2de9d6ea6da16b52e53d840797059:/include/wx/gtk/window.h?ds=sidebyside diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index fb1b13938b..e63d825e61 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/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,