]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
removed the dialog templates unneeded/unused any longer
[wxWidgets.git] / include / wx / os2 / toplevel.h
index a54b9d9602f40f9fbc17b4300c1a5f1904a0f974..c52efb6642e72cbeead93a3537d2baa6df46d637 100644 (file)
@@ -124,13 +124,11 @@ protected:
                                 ) const;
 
     //
                                 ) const;
 
     //
-    // Get the OS/2 window flags corresponding to wxWindows ones
+    // Translate wxWindows flags into OS flags
     //
     //
-    // The functions returns the flags (WS_XXX) directly and puts the ext
-    // (WS_EX_XXX) flags into the provided pointer if not NULL
-    //
-    long OS2GetCreateWindowFlags(long* lExflags) const;
-
+    virtual WXDWORD OS2GetStyle( long     lFlag
+                                ,WXDWORD* pdwExstyle
+                               ) const;
     //
     // Is the frame currently iconized?
     //
     //
     // Is the frame currently iconized?
     //