An open API service indexing awesome lists of open source software.

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

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.

![Sizers](/app.png)

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)
---