X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47df2b8c540f17c55464719d0da74c0b43a29515..f014d4bf3e18198c273b3c119ad1a08d46d12c82:/include/wx/os2/toplevel.h?ds=sidebyside diff --git a/include/wx/os2/toplevel.h b/include/wx/os2/toplevel.h index b45053a862..4e056f9da4 100644 --- a/include/wx/os2/toplevel.h +++ b/include/wx/os2/toplevel.h @@ -16,7 +16,7 @@ #pragma interface "toplevel.h" #endif -enum ETemplateID { kResizeableDialog = 127 +enum ETemplateID { kResizeableDialog = 130 ,kCaptionDialog ,kNoCaptionDialog }; @@ -131,7 +131,7 @@ protected: ) const; // - // Translate wxWindows flags into OS flags + // Translate wxWidgets flags into OS flags // virtual WXDWORD OS2GetStyle( long lFlag ,WXDWORD* pdwExstyle @@ -173,10 +173,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_