https://github.com/lszl84/wx_sizers_tutorial
wxWidgets Sizers and Splitters tutorial
https://github.com/lszl84/wx_sizers_tutorial
cpp desktop desktop-app layout sizers splitters wxwidgets
Last synced: about 8 hours ago
JSON representation
wxWidgets Sizers and Splitters tutorial
- Host: GitHub
- URL: https://github.com/lszl84/wx_sizers_tutorial
- Owner: lszl84
- License: mit
- Created: 2020-11-08T09:59:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T14:25:26.000Z (4 months ago)
- Last Synced: 2026-03-26T17:10:31.139Z (3 months ago)
- Topics: cpp, desktop, desktop-app, layout, sizers, splitters, wxwidgets
- Language: CMake
- Homepage: https://devmindscape.com
- Size: 270 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_sizers_tutorial
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 blog post](https://devmindscape.com/post/wxwidgets-layout-basics/)
- [the video tutorial](https://www.youtube.com/watch?v=kPB5Y6ef9dw)
The links above contain more extensive information about the code, for example, how to combine Sizers to achieve effects like centering, alignment, and more.
---
Check out the blog for more! [devmindscape.com](https://devmindscape.com)
---