somewhat functional
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-09-15 11:58:16 +09:00
commit 097e11244c
6 changed files with 490 additions and 17 deletions

View file

@ -112,7 +112,6 @@
<integer name="minute" />
<integer name="second" />
<integer name="type" />
<integer name="autoResize" />
<!-- waitMS is a special property, only applies to toplevel widget -->
<integer name="waitMS" common="yes" />
@ -201,6 +200,9 @@
<handler name="dragAndDrop" common="yes">
<string />
</handler>
<handler name="layout">
<integer pointer="yes" />
</handler>
</handlers>
<enumerations>
<enumeration name="MwDIRECTION">
@ -702,6 +704,14 @@
<property name="second" />
</properties>
</widget>
<widget name="Document">
<properties>
<property name="text" />
</properties>
<handlers>
<handler name="layout" />
</handlers>
</widget>
<widget name="Entry">
<properties>
<property name="text" />