]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Added defines to allow altered tab placement under gcc-2.95
[wxWidgets.git] / include / wx / msw / frame.h
index ba106bdcd2eec4b52320e3c755b40c0adfcb2c43..f5df0290d1d32cdb6aaf0a9dc09ddbfec4ab4206 100644 (file)
@@ -68,6 +68,7 @@ public:
 
     bool Show(bool show);
 
+    void DetachMenuBar();
     // Set menu bar
     void SetMenuBar(wxMenuBar *menu_bar);
     virtual wxMenuBar *GetMenuBar() const;
@@ -160,8 +161,8 @@ public:
     bool HandleCommand(WXWORD id, WXWORD cmd, WXHWND control);
     bool HandleMenuSelect(WXWORD nItem, WXWORD nFlags, WXHMENU hMenu);
 
-    bool MSWCreate(int id, wxWindow *parent, const char *wclass,
-                   wxWindow *wx_win, const char *title,
+    bool MSWCreate(int id, wxWindow *parent, const wxChar *wclass,
+                   wxWindow *wx_win, const wxChar *title,
                    int x, int y, int width, int height, long style);
 
   // tooltip management