git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@465 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-22 17:58:22 +00:00
parent daf6c3f9a7
commit 5629e677df

View File

@@ -324,6 +324,35 @@
</function>
</functions>
</header>
<header name="MessageBox">
<functions>
<function name="MwMessageBox">
<return>
<widget />
</return>
<arguments>
<widget name="handle" />
<string name="text" />
<string name="title" />
<integer name="flag" unsigned="yes" />
</arguments>
</function>
<function name="MwMessageBoxGetChild">
<return>
<widget />
</return>
<arguments>
<widget name="handle" />
<integer name="child" />
</arguments>
</function>
<function name="MwMessageBoxDestroy">
<arguments>
<widget name="handle" />
</arguments>
</function>
</functions>
</header>
<header name="Widget/ListBox.h">
<functions>
<function name="MwListBoxCreatePacket">
@@ -362,35 +391,6 @@
</function>
</functions>
</header>
<header name="MessageBox">
<functions>
<function name="MwMessageBox">
<return>
<widget />
</return>
<arguments>
<widget name="handle" />
<string name="text" />
<string name="title" />
<integer name="flag" unsigned="yes" />
</arguments>
</function>
<function name="MwMessageBoxGetChild">
<return>
<widget />
</return>
<arguments>
<widget name="handle" />
<integer name="child" />
</arguments>
</function>
<function name="MwMessageBoxDestroy">
<arguments>
<widget name="handle" />
</arguments>
</function>
</functions>
</header>
</headers>
<widgets>
<widget name="Button">