]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
Resets scroll position on load
[wxWidgets.git] / include / wx / os2 / toplevel.h
index 45573e37e117f42ee07ef57b975463e87559455e..cd97b3ea417bf8123406a15b6709f3d4b3ad7972 100644 (file)
 #ifndef _WX_MSW_TOPLEVEL_H_
 #define _WX_MSW_TOPLEVEL_H_
 
-#ifdef __GNUG__
-    #pragma interface "toplevel.h"
-#endif
-
 enum ETemplateID { kResizeableDialog = 130
                   ,kCaptionDialog
                   ,kNoCaptionDialog
@@ -173,10 +169,5 @@ protected:
     DECLARE_EVENT_TABLE()
 }; // end of CLASS wxTopLevelWindowOS2
 
-//
-// List of all frames and modeless dialogs
-//
-extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
-
 #endif // _WX_MSW_TOPLEVEL_H_