]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/minifram.h
replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT
[wxWidgets.git] / interface / minifram.h
index 232c259bb99f53065412c46e48b83c2ec6603012..c11b24e602c01f1d58193e3b2f0ac983779dcdb2 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        minifram.h
-// Purpose:     documentation for wxMiniFrame class
+// Purpose:     interface of wxMiniFrame
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 
     An example of mini frame can be seen in the @ref overview_sampledialogs
     "dialogs sample"
-    using the "Mini frame'' command of the "Generic dialogs'' submenu.
+    using the "Mini frame" command of the "Generic dialogs" submenu.
 
     @beginStyleTable
-    @style{wxICONIZE}:
+    @style{wxICONIZE}
            Display the frame iconized (minimized) (Windows only).
-    @style{wxCAPTION}:
+    @style{wxCAPTION}
            Puts a caption on the frame.
-    @style{wxMINIMIZE}:
+    @style{wxMINIMIZE}
            Identical to wxICONIZE.
-    @style{wxMINIMIZE_BOX}:
+    @style{wxMINIMIZE_BOX}
            Displays a minimize box on the frame (Windows and Motif only).
-    @style{wxMAXIMIZE}:
+    @style{wxMAXIMIZE}
            Displays the frame maximized (Windows only).
-    @style{wxMAXIMIZE_BOX}:
+    @style{wxMAXIMIZE_BOX}
            Displays a maximize box on the frame (Windows and Motif only).
-    @style{wxCLOSE_BOX}:
+    @style{wxCLOSE_BOX}
            Displays a close box on the frame.
-    @style{wxSTAY_ON_TOP}:
+    @style{wxSTAY_ON_TOP}
            Stay on top of other windows (Windows only).
-    @style{wxSYSTEM_MENU}:
+    @style{wxSYSTEM_MENU}
            Displays a system menu (Windows and Motif only).
-    @style{wxTINY_CAPTION_HORIZ}:
+    @style{wxTINY_CAPTION_HORIZ}
            This style is obsolete and not used any longer.
-    @style{wxTINY_CAPTION_VERT}:
+    @style{wxTINY_CAPTION_VERT}
            This style is obsolete and not used any longer.
-    @style{wxRESIZE_BORDER}:
+    @style{wxRESIZE_BORDER}
            Displays a resizeable border around the window.
     @endStyleTable
 
     @library{wxcore}
     @category{managedwnd}
 
-    @seealso
-    wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
+    @see wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
 */
 class wxMiniFrame : public wxFrame
 {
@@ -57,7 +56,7 @@ public:
     //@{
     /**
         Constructor, creating the window.
-        
+
         @param parent
             The window parent. This may be @NULL. If it is non-@NULL, the frame will
             always be displayed on top of the parent window on Windows.
@@ -80,9 +79,9 @@ public:
         item,
             allowing the application user to set Motif resource values for
             individual windows.
-        
+
         @remarks The frame behaves like a normal frame on non-Windows platforms.
-        
+
         @see Create()
     */
     wxMiniFrame();
@@ -110,3 +109,4 @@ public:
                 long style = wxCAPTION | wxRESIZE_BORDER,
                 const wxString& name = "frame");
 };
+