From 309734a27fbeffd1f725b13228610f1ae1e87b52 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 14 Nov 2025 16:50:32 +0000 Subject: [PATCH] oops git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@715 b9cfdab3-6d41-4d17-bbe4-086880011989 --- doc/LOWLEVEL.md | 5 +++++ doc/NEWWIDGET.md | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 doc/LOWLEVEL.md 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` -