X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/aui/framemanager.h?ds=sidebyside diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index b95708e143..6e6d5ad581 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -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: @@ -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.