added DockFixed() pane option; doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2088,6 +2088,8 @@ wxSizer* wxAuiManager::LayoutAll(wxAuiPaneInfoArray& panes,
|
||||
dock.fixed = false;
|
||||
if (!pane.IsToolbar())
|
||||
dock.toolbar = false;
|
||||
if (pane.HasFlag(wxAuiPaneInfo::optionDockFixed))
|
||||
dock.fixed = true;
|
||||
if (pane.state & wxAuiPaneInfo::actionPane)
|
||||
action_pane_marked = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user