update xml

This commit is contained in:
Nishi 2026-03-27 10:58:17 +09:00 committed by Nishi
commit 258d0d2cb2

View file

@ -42,7 +42,9 @@
<!-- <!--
All widgets have: All widgets have:
- MwNbackground - MwNbackground
- MwNsubBackground
- MwNforeground - MwNforeground
- MwNsubForeground
- MwNx - MwNx
- MwNy - MwNy
- MwNwidth - MwNwidth
@ -93,11 +95,15 @@
<integer name="sevenSegment" /> <integer name="sevenSegment" />
<integer name="length" /> <integer name="length" />
<integer name="forceInverted" /> <integer name="forceInverted" />
<integer name="roundness" />
<integer name="isRounded" />
<string name="title" /> <string name="title" />
<string name="text" /> <string name="text" />
<string name="background" /> <string name="background" />
<string name="subBackground" />
<string name="foreground" /> <string name="foreground" />
<string name="subForeground" />
<pixmap name="pixmap" /> <pixmap name="pixmap" />
<pixmap name="iconPixmap" /> <pixmap name="iconPixmap" />
@ -123,6 +129,7 @@
<handler name="colorChosen" /> <handler name="colorChosen" />
<handler name="draw" /> <handler name="draw" />
<handler name="clipboard" /> <handler name="clipboard" />
<handler name="darkTheme" />
</properties> </properties>
<enumerations> <enumerations>
<enumeration name="MwDIRECTION"> <enumeration name="MwDIRECTION">