git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@456 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-22 10:31:57 +00:00
parent 974ffb1971
commit c68448e17f

View File

@@ -120,6 +120,7 @@
<integer name="MwMB_BUTTONNO">0x80</integer>
</constants>
<header name="Core">
<functions>
<function name="MwCreateWidget">
<return>
<widget />
@@ -298,15 +299,19 @@
<widget name="handle" />
</arguments>
</function>
</functions>
</header>
<header name="Error">
<functions>
<function name="MwGetLastError">
<return>
<string />
</return>
</function>
</functions>
</header>
<header name="FileChooser">
<functions>
<function name="MwFileChooser">
<return>
<widget />
@@ -316,8 +321,10 @@
<string name="title" />
</arguments>
</function>
</functions>
</header>
<header name="MessageBox">
<functions>
<function name="MwMessageBox">
<return>
<widget />
@@ -343,6 +350,7 @@
<widget name="handle" />
</arguments>
</function>
</functions>
</header>
<widget name="Button">
<properties>