mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 17:39:45 +00:00
update
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@822 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user