order
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@465 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
daf6c3f9a7
commit
5629e677df
1 changed files with 29 additions and 29 deletions
58
milsko.xml
58
milsko.xml
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue