diff --git a/doc/LOWLEVEL.md b/doc/LOWLEVEL.md new file mode 100644 index 0000000..9593e8d --- /dev/null +++ b/doc/LOWLEVEL.md @@ -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` + diff --git a/doc/NEWWIDGET.md b/doc/NEWWIDGET.md index f372979..ab9cfb7 100644 --- a/doc/NEWWIDGET.md +++ b/doc/NEWWIDGET.md @@ -5,7 +5,3 @@ 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) 4. See another widget for example - -## LowLevel.h function tips -1. `MwLLSetSizeHints`, `MwLLMakeBorderless`, `MwLLMakeToolWindow`, `MwLLMakePopup` have to be called between `MwLLBeginStateChange` and `MwLLEndStateChange` -