]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/framemanager.h
fix the definition of many static functions marked as 'const' or functions which...
[wxWidgets.git] / interface / wx / aui / framemanager.h
index b95708e143909e8f28ef5d6fec5b61121121fa34..ac0e4057e664cf3383813afdc0406dc9f9480fdf 100644 (file)
@@ -35,6 +35,7 @@ enum wxAuiManagerOption
     wxAUI_MGR_RECTANGLE_HINT           = 1 << 5,
     wxAUI_MGR_HINT_FADE                = 1 << 6,
     wxAUI_MGR_NO_VENETIAN_BLINDS_FADE  = 1 << 7,
+    wxAUI_MGR_LIVE_RESIZE              = 1 << 8,
 
     wxAUI_MGR_DEFAULT = wxAUI_MGR_ALLOW_FLOATING |
                         wxAUI_MGR_TRANSPARENT_HINT |
@@ -44,7 +45,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 +83,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:
@@ -336,7 +336,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 +517,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.
@@ -732,7 +731,7 @@ public:
         SetFlag() turns the property given by flag on or off with the option_state
         parameter.
     */
-    wxAuiPaneInfo& SetFlag(unsigned int flag, bool option_state);
+    wxAuiPaneInfo& SetFlag(int flag, bool option_state);
 
     /**
         Show() indicates that a pane should be shown.