]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/framemanager.h
move style table in the detailed description like for all other interface headers
[wxWidgets.git] / interface / wx / aui / framemanager.h
index b95708e143909e8f28ef5d6fec5b61121121fa34..2ad6b9471f78e729bf5c696f2665d33dbe591287 100644 (file)
@@ -44,7 +44,6 @@ enum wxAuiManagerOption
 
 /**
     @class wxAuiManager
-    @headerfile aui.h wx/aui/aui.h
 
     wxAuiManager is the central class of the wxAUI class framework.
     See also @ref overview_aui.
@@ -83,7 +82,7 @@ enum wxAuiManagerOption
     @endcode
 
 
-    @section wxauimanager_layers Layers, Rows and Directions, Positions
+    @section auimanager_layers Layers, Rows and Directions, Positions
 
     Inside wxAUI, the docking layout is figured out by checking several pane
     parameters. Four of these are important for determining where a pane will end up:
@@ -285,7 +284,7 @@ public:
         This method is used to specify wxAuiManager's settings flags. @a flags
         specifies options which allow the frame management behavior to be modified.
     */
-    void SetFlags(unsigned int flags);
+    void SetFlags(int flags);
 
     /**
         Called to specify the frame or window which is to be managed by wxAuiManager.
@@ -336,7 +335,6 @@ protected:
 
 /**
     @class wxAuiPaneInfo
-    @headerfile aui.h wx/aui/aui.h
 
     wxAuiPaneInfo is part of the wxAUI class framework.
     See also @ref overview_aui.
@@ -518,10 +516,10 @@ public:
     bool HasCloseButton() const;
 
     /**
-        HasFlag() returns @true if the the property specified by flag is active for the
-        pane.
+        HasFlag() returns @true if the property specified by flag is active for
+        the pane.
     */
-    bool HasFlag(unsigned int flag) const;
+    bool HasFlag(int flag) const;
 
     /**
         HasGripper() returns @true if the pane displays a gripper.