]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/frame.h
Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.
[wxWidgets.git] / interface / wx / frame.h
index 49b55fd441ff909e4264ce6af8b3bd0230f0f809..0124755b99e4715c35ccde5cf051b1d832729d32 100644 (file)
@@ -70,7 +70,7 @@
            recommended to only use it together with wxCAPTION for consistent
            behaviour under all platforms.
     @style{wxRESIZE_BORDER}
-           Displays a resizeable border around the window.
+           Displays a resizable border around the window.
     @style{wxFRAME_TOOL_WINDOW}
            Causes a frame with a small title bar to be created; the frame does
            not appear in the taskbar under Windows or GTK+.
@@ -89,8 +89,8 @@
            with the SetShape() method.
     @endStyleTable
 
-    The default frame style is for normal, resizeable frames.
-    To create a frame which can not be resized by user, you may use the following
+    The default frame style is for normal, resizable frames.
+    To create a frame which cannot be resized by user, you may use the following
     combination of styles:
 
     @code
@@ -234,7 +234,7 @@ public:
     */
     virtual wxStatusBar* CreateStatusBar(int number = 1, long style = wxSTB_DEFAULT_STYLE,
                                          wxWindowID id = 0,
-                                         const wxString& name = wxStatusLineNameStr);
+                                         const wxString& name = wxStatusBarNameStr);
 
     /**
         Creates a toolbar at the top or left of the frame.