minimize/maximize
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-02 00:22:00 +09:00
commit 1f232522b7
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 124 additions and 2 deletions

View file

@ -316,6 +316,10 @@ int main() {
MwNtitle, "Sub window",
NULL);
add(f);
MwVaCreateWidget(MwSubWindowClass, "swnd", MwViewportGetViewport(w), 64, 64, 256, 128,
MwNtitle, "Sub window",
NULL);
add(f);
#endif
f = frame("TreeView", -PaddingContent, -PaddingContent, MwTreeViewClass, NULL);