forked from pyrite-dev/milsko
struct
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@449 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
f304cde22c
commit
bbea1af2ce
1 changed files with 9 additions and 3 deletions
12
milsko.xml
12
milsko.xml
|
|
@ -70,6 +70,12 @@
|
|||
</attributes>
|
||||
<constants>
|
||||
</constants>
|
||||
<structs>
|
||||
<struct name="MwPoint">
|
||||
<integer name="x" />
|
||||
<integer name="y" />
|
||||
</struct>
|
||||
</structs>
|
||||
<header name="Core">
|
||||
<function name="MwCreateWidget">
|
||||
<return>
|
||||
|
|
@ -332,10 +338,10 @@
|
|||
<functions>
|
||||
<function name="Add">
|
||||
<return>
|
||||
<struct defname="MwMenu" pointer="yes" />
|
||||
<pointer />
|
||||
</return>
|
||||
<arguments>
|
||||
<struct defname="MwMenu" name="menu" pointer="yes" />
|
||||
<pointer />
|
||||
<string name="name" />
|
||||
</arguments>
|
||||
</function>
|
||||
|
|
@ -380,7 +386,7 @@
|
|||
<functions>
|
||||
<function name="Appear">
|
||||
<arguments>
|
||||
<struct defname="MwMenu" pointer="yes" name="menu" />
|
||||
<pointer />
|
||||
<struct defname="MwPoint" pointer="yes" name="point" />
|
||||
</arguments>
|
||||
</function>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue