wxWidgets Sizers and Splitters tutorial.
This tutorial shows how to use wxSizer
in wxWidgets to create a simple layout. It also shows how to use wxSplitterWindow
to create a split view.
See the following for more information:
The links above contain more extensive information about the code, for example, how to combine Sizers to achieve effects like centering, alignment, and more.