mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 00:50:53 +00:00
better listbox functions
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@463 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
49
milsko.xml
49
milsko.xml
@@ -324,6 +324,44 @@
|
||||
</function>
|
||||
</functions>
|
||||
</header>
|
||||
<header name="Widget/ListBox.h">
|
||||
<functions>
|
||||
<function name="MwListBoxCreatePacket">
|
||||
<return>
|
||||
<pointer />
|
||||
</return>
|
||||
</function>
|
||||
<function name="MwListBoxDestroyPacket">
|
||||
<arguments>
|
||||
<pointer name="packet" />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="MwListBoxPacketInsert">
|
||||
<return>
|
||||
<integer />
|
||||
</return>
|
||||
<arguments>
|
||||
<pointer name="packet" />
|
||||
<integer name="index" />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="MwListBoxPacketSet">
|
||||
<arguments>
|
||||
<pointer name="packet" />
|
||||
<integer name="index" />
|
||||
<integer name="col" />
|
||||
<string name="text" />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="MwListBoxPacketSetIcon">
|
||||
<arguments>
|
||||
<pointer name="packet" />
|
||||
<integer name="index" />
|
||||
<pixmap name="icon" />
|
||||
</arguments>
|
||||
</function>
|
||||
</functions>
|
||||
</header>
|
||||
<header name="MessageBox">
|
||||
<functions>
|
||||
<function name="MwMessageBox">
|
||||
@@ -392,16 +430,7 @@
|
||||
<function name="Insert">
|
||||
<arguments>
|
||||
<integer name="index" />
|
||||
<pixmap name="pixmap" />
|
||||
<variable />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="InsertMultiple">
|
||||
<arguments>
|
||||
<integer name="index" />
|
||||
<integer name="count" />
|
||||
<pixmap name="pixmap" pointer="yes" />
|
||||
<variable />
|
||||
<pointer name="packet" />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="Delete">
|
||||
|
||||
Reference in New Issue
Block a user