mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
update
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@452 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
20
milsko.xml
20
milsko.xml
@@ -15,6 +15,18 @@
|
||||
For widget functions, you must pass widget and arguments to MwVaWidgetExecute.
|
||||
-->
|
||||
<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:
|
||||
- MwNbackground
|
||||
@@ -51,7 +63,7 @@
|
||||
|
||||
<pixmap name="pixmap" />
|
||||
<pixmap name="iconPixmap" />
|
||||
<siezhints name="sizeHints" />
|
||||
<struct defname="MwSizeHints" pointer="yes" name="sizeHints" />
|
||||
|
||||
<handler name="activate" />
|
||||
<handler name="resize" />
|
||||
@@ -102,12 +114,6 @@
|
||||
<integer name="MwMB_BUTTONYES">0x40</integer>
|
||||
<integer name="MwMB_BUTTONNO">0x80</integer>
|
||||
</constants>
|
||||
<structs>
|
||||
<struct name="MwPoint">
|
||||
<integer name="x" />
|
||||
<integer name="y" />
|
||||
</struct>
|
||||
</structs>
|
||||
<header name="Core">
|
||||
<function name="MwCreateWidget">
|
||||
<return>
|
||||
|
||||
Reference in New Issue
Block a user