https://github.com/lszl84/wx_advanced_grid_layouts_tutorial
Advanced grid layouts for C++ desktop apps
https://github.com/lszl84/wx_advanced_grid_layouts_tutorial
cpp layouts wxwidgets
Last synced: 1 day ago
JSON representation
Advanced grid layouts for C++ desktop apps
- Host: GitHub
- URL: https://github.com/lszl84/wx_advanced_grid_layouts_tutorial
- Owner: lszl84
- License: mit
- Created: 2023-02-12T14:02:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T14:42:32.000Z (about 1 year ago)
- Last Synced: 2025-05-18T15:35:39.049Z (about 1 year ago)
- Topics: cpp, layouts, wxwidgets
- Language: C++
- Homepage: https://www.lukesdevtutorials.com
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_advanced_grid_layouts_tutorial
Advanced layouts in wxWidgets with `wxGridSizer`, `wxFlexGridSizer`, and `wxGridBagSizer`. See the video tutorial for more details: https://www.youtube.com/watch?v=WCt0-D32AUE
FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c
---
Check out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)
---