mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@715 b9cfdab3-6d41-4d17-bbe4-086880011989
326 B
326 B
Writing a new widget
@warning This is mainly for developers
- Create new file in src/widget with lower case
- Create new header in include/Mw/Widget with pascal case
- Add the header include to include/Mw/Milsko.h, if new widget does not require some extension (like OpenGL and Vulkan)
- See another widget for example