git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@452 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-21 18:53:26 +00:00
parent 190082443e
commit b41ef05987

View File

@@ -15,6 +15,18 @@
For widget functions, you must pass widget and arguments to MwVaWidgetExecute. For widget functions, you must pass widget and arguments to MwVaWidgetExecute.
--> -->
<milsko> <milsko>
<structs>
<struct name="MwPoint">
<integer name="x" />
<integer name="y" />
</struct>
<struct name="MwSizeHints">
<integer name="min_width" />
<integer name="min_height" />
<integer name="max_width" />
<integer name="max_height" />
</struct>
</structs>
<!-- <!--
All widgets have: All widgets have:
- MwNbackground - MwNbackground
@@ -51,7 +63,7 @@
<pixmap name="pixmap" /> <pixmap name="pixmap" />
<pixmap name="iconPixmap" /> <pixmap name="iconPixmap" />
<siezhints name="sizeHints" /> <struct defname="MwSizeHints" pointer="yes" name="sizeHints" />
<handler name="activate" /> <handler name="activate" />
<handler name="resize" /> <handler name="resize" />
@@ -102,12 +114,6 @@
<integer name="MwMB_BUTTONYES">0x40</integer> <integer name="MwMB_BUTTONYES">0x40</integer>
<integer name="MwMB_BUTTONNO">0x80</integer> <integer name="MwMB_BUTTONNO">0x80</integer>
</constants> </constants>
<structs>
<struct name="MwPoint">
<integer name="x" />
<integer name="y" />
</struct>
</structs>
<header name="Core"> <header name="Core">
<function name="MwCreateWidget"> <function name="MwCreateWidget">
<return> <return>