This commit is contained in:
parent
7b9870cebc
commit
251b497c2f
1 changed files with 34 additions and 11 deletions
45
milsko.xml
45
milsko.xml
|
|
@ -227,11 +227,11 @@
|
||||||
<integer name="MwMB_BUTTONNO">0x80</integer>
|
<integer name="MwMB_BUTTONNO">0x80</integer>
|
||||||
</constants>
|
</constants>
|
||||||
<headers>
|
<headers>
|
||||||
<header name="ColorChooser">
|
<header name="Dialog/ColorChooser">
|
||||||
<functions>
|
<functions>
|
||||||
<function name="MwColorChooser">
|
<function name="MwColorChooser">
|
||||||
<return>
|
<return>
|
||||||
<widget />
|
<widget type="Window" />
|
||||||
</return>
|
</return>
|
||||||
<arguments>
|
<arguments>
|
||||||
<widget name="handle" />
|
<widget name="handle" />
|
||||||
|
|
@ -484,11 +484,34 @@
|
||||||
</function>
|
</function>
|
||||||
</functions>
|
</functions>
|
||||||
</header>
|
</header>
|
||||||
<header name="FileChooser">
|
<header name="Dialog/FileChooser">
|
||||||
<functions>
|
<functions>
|
||||||
<function name="MwFileChooser">
|
<function name="MwFileChooser">
|
||||||
<return>
|
<return>
|
||||||
<widget />
|
<widget type="Window" />
|
||||||
|
</return>
|
||||||
|
<arguments>
|
||||||
|
<widget name="handle" />
|
||||||
|
<string name="title" />
|
||||||
|
</arguments>
|
||||||
|
</function>
|
||||||
|
<function name="MwFileChooserEx">
|
||||||
|
<return>
|
||||||
|
<widget type="Window" />
|
||||||
|
</return>
|
||||||
|
<arguments>
|
||||||
|
<widget name="handle" />
|
||||||
|
<string name="title" />
|
||||||
|
<integer name="dir" />
|
||||||
|
</arguments>
|
||||||
|
</function>
|
||||||
|
</functions>
|
||||||
|
</header>
|
||||||
|
<header name="Dialog/DirectoryChooser">
|
||||||
|
<functions>
|
||||||
|
<function name="MwDirectoryChooser">
|
||||||
|
<return>
|
||||||
|
<widget type="Window" />
|
||||||
</return>
|
</return>
|
||||||
<arguments>
|
<arguments>
|
||||||
<widget name="handle" />
|
<widget name="handle" />
|
||||||
|
|
@ -497,11 +520,11 @@
|
||||||
</function>
|
</function>
|
||||||
</functions>
|
</functions>
|
||||||
</header>
|
</header>
|
||||||
<header name="MessageBox">
|
<header name="Dialog/MessageBox">
|
||||||
<functions>
|
<functions>
|
||||||
<function name="MwMessageBox">
|
<function name="MwMessageBox">
|
||||||
<return>
|
<return>
|
||||||
<widget />
|
<widget type="Window" />
|
||||||
</return>
|
</return>
|
||||||
<arguments>
|
<arguments>
|
||||||
<widget name="handle" />
|
<widget name="handle" />
|
||||||
|
|
@ -512,21 +535,21 @@
|
||||||
</function>
|
</function>
|
||||||
<function name="MwMessageBoxGetChild">
|
<function name="MwMessageBoxGetChild">
|
||||||
<return>
|
<return>
|
||||||
<widget />
|
<widget type="Button" />
|
||||||
</return>
|
</return>
|
||||||
<arguments>
|
<arguments>
|
||||||
<widget name="handle" />
|
<widget name="handle" type="Window" />
|
||||||
<integer name="child" />
|
<integer name="child" />
|
||||||
</arguments>
|
</arguments>
|
||||||
</function>
|
</function>
|
||||||
<function name="MwMessageBoxDestroy">
|
<function name="MwMessageBoxDestroy">
|
||||||
<arguments>
|
<arguments>
|
||||||
<widget name="handle" />
|
<widget name="handle" type="Window" />
|
||||||
</arguments>
|
</arguments>
|
||||||
</function>
|
</function>
|
||||||
</functions>
|
</functions>
|
||||||
</header>
|
</header>
|
||||||
<header name="Widget/ListBox.h">
|
<header name="Widget/ListBox">
|
||||||
<functions>
|
<functions>
|
||||||
<function name="MwListBoxCreatePacket">
|
<function name="MwListBoxCreatePacket">
|
||||||
<return>
|
<return>
|
||||||
|
|
@ -566,7 +589,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- They are not alphabetically sorted for reasons -->
|
<!-- They are not alphabetically sorted for reasons -->
|
||||||
<header name="Widget/Vulkan.h">
|
<header name="Widget/Vulkan">
|
||||||
<functions>
|
<functions>
|
||||||
<function name="MwVulkanConfigure">
|
<function name="MwVulkanConfigure">
|
||||||
<return>
|
<return>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue