idk what i did

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@446 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-21 17:30:41 +00:00
parent d263f6abb1
commit 1dbe11aca0
49 changed files with 97 additions and 1715 deletions

View File

@@ -66,7 +66,7 @@
</attributes>
<constants>
</constants>
<header name="core">
<header name="Core">
<function name="MwCreateWidget">
<return>
<widget />
@@ -246,10 +246,40 @@
</arguments>
</function>
</header>
<header name="Error">
<function name="MwGetLastError">
<return>
<string />
</return>
</function>
</header>
<widget name="Button">
<attributes>
<attribute name="pixmap" />
<attribute name="text" />
</attributes>
</widget>
<widget name="CheckBox">
<attributes>
<attribute name="checked" />
</attributes>
</widget>
<widget name="Entry">
<attributes>
<attribute name="text" />
</attributes>
</widget>
<widget name="Frame" />
<widget name="Image">
<attributes>
<attribute name="pixmap" />
</attributes>
</widget>
<widget name="Label">
<attributes>
<attribute name="text" />
<attribute name="alignment" />
<attribute name="bold" />
</attributes>
</widget>
</milsko>