update
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@822 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
15fc78f7c4
commit
cad29ae41e
1 changed files with 9 additions and 1 deletions
10
milsko.xml
10
milsko.xml
|
|
@ -1,9 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<!--
|
||||
Basically, you have to implement 8+n types:
|
||||
Basically, you have to implement 10+n types:
|
||||
- Integer (int)
|
||||
- Unsigned integer (unsigned int)
|
||||
- Short integer (short)
|
||||
- Unsigned short integer (unsigned short)
|
||||
- String (char*)
|
||||
- Pointer (void*)
|
||||
- Struct and pointer to it
|
||||
|
|
@ -26,6 +28,11 @@
|
|||
<integer name="max_width" />
|
||||
<integer name="max_height" />
|
||||
</struct>
|
||||
<struct name="MwRGB">
|
||||
<short name="red" unsigned="yes" />
|
||||
<short name="green" unsigned="yes" />
|
||||
<short name="blue" unsigned="yes" />
|
||||
</struct>
|
||||
</structs>
|
||||
<!--
|
||||
All widgets have:
|
||||
|
|
@ -116,6 +123,7 @@
|
|||
<integer name="MwMB_ICONQUESTION" />
|
||||
<integer name="MwMB_ICONNEWS" />
|
||||
<integer name="MwMB_ICONERROR" />
|
||||
<integer name="MwMB_ICONCLOCK" />
|
||||
</enumeration>
|
||||
</enumerations>
|
||||
<constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue