Skip to content

Look to use wxAuiManager #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rmpowell77 opened this issue Feb 9, 2020 · 1 comment
Closed

Look to use wxAuiManager #297

rmpowell77 opened this issue Feb 9, 2020 · 1 comment
Milestone

Comments

@rmpowell77
Copy link
Contributor

We should look to use wxAuiManager at some point to manage the screens in field_frame. They look pretty nice, are dock-able. It's something removing the wxSplitters and adding:

Would want to manage the layout after we do this so things stay in the right place.

    m_mgr.AddPane(mCanvas, wxAuiPaneInfo().Caption(wxT("mCanvas")).Center());
    m_mgr.AddPane(mContinuityBrowser, wxAuiPaneInfo().Caption(wxT("mContinuityBrowser")).Right());
    m_mgr.AddPane(mFieldThumbnailBrowser, wxAuiPaneInfo().Caption(wxT("mFieldThumbnailBrowser")).Left());
    m_mgr.InsertPane(mControls, wxAuiPaneInfo().Caption(wxT("mControls")).Bottom(), wxAUI_INSERT_DOCK);
    m_mgr.Update();
@rmpowell77 rmpowell77 added this to the 3.6.1 milestone Feb 9, 2020
@rmpowell77 rmpowell77 modified the milestones: 3.6.1, 3.6.0 Apr 19, 2020
@rmpowell77
Copy link
Contributor Author

This is addressed in 3.6.0 already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant