git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@715 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 16:50:32 +00:00
parent 6d38f88f0a
commit 309734a27f
2 changed files with 5 additions and 4 deletions

5
doc/LOWLEVEL.md Normal file
View File

@@ -0,0 +1,5 @@
# LowLevel.h function tips
@warning This is mainly for developers
1. `MwLLSetSizeHints`, `MwLLMakeBorderless`, `MwLLMakeToolWindow`, `MwLLMakePopup` have to be called between `MwLLBeginStateChange` and `MwLLEndStateChange`

View File

@@ -5,7 +5,3 @@
2. Create new header in include/Mw/Widget with pascal case 2. Create new header in include/Mw/Widget with pascal case
3. Add the header include to include/Mw/Milsko.h, if new widget does not require some extension (like OpenGL and Vulkan) 3. Add the header include to include/Mw/Milsko.h, if new widget does not require some extension (like OpenGL and Vulkan)
4. See another widget for example 4. See another widget for example
## LowLevel.h function tips
1. `MwLLSetSizeHints`, `MwLLMakeBorderless`, `MwLLMakeToolWindow`, `MwLLMakePopup` have to be called between `MwLLBeginStateChange` and `MwLLEndStateChange`