mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 02:13:29 +00:00
it's property not attribute
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@451 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
66
milsko.xml
66
milsko.xml
@@ -24,7 +24,7 @@
|
|||||||
- MwNwidth
|
- MwNwidth
|
||||||
- MwNheight
|
- MwNheight
|
||||||
-->
|
-->
|
||||||
<attributes>
|
<properties>
|
||||||
<integer name="x" />
|
<integer name="x" />
|
||||||
<integer name="y" />
|
<integer name="y" />
|
||||||
<integer name="width" />
|
<integer name="width" />
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<handler name="focusIn" />
|
<handler name="focusIn" />
|
||||||
<handler name="focusOut" />
|
<handler name="focusOut" />
|
||||||
<handler name="fileChosen" />
|
<handler name="fileChosen" />
|
||||||
</attributes>
|
</properties>
|
||||||
<enumerations>
|
<enumerations>
|
||||||
<enumeration name="DIRECTION">
|
<enumeration name="DIRECTION">
|
||||||
<integer name="NORTH">0</integer>
|
<integer name="NORTH">0</integer>
|
||||||
@@ -334,38 +334,38 @@
|
|||||||
</function>
|
</function>
|
||||||
</header>
|
</header>
|
||||||
<widget name="Button">
|
<widget name="Button">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="pixmap" />
|
<property name="pixmap" />
|
||||||
<attribute name="text" />
|
<property name="text" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="CheckBox">
|
<widget name="CheckBox">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="checked" />
|
<property name="checked" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="Entry">
|
<widget name="Entry">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="text" />
|
<property name="text" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="Frame" />
|
<widget name="Frame" />
|
||||||
<widget name="Image">
|
<widget name="Image">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="pixmap" />
|
<property name="pixmap" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="Label">
|
<widget name="Label">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="text" />
|
<property name="text" />
|
||||||
<attribute name="alignment" />
|
<property name="alignment" />
|
||||||
<attribute name="bold" />
|
<property name="bold" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="ListBox">
|
<widget name="ListBox">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="leftPadding" />
|
<property name="leftPadding" />
|
||||||
</attributes>
|
</properties>
|
||||||
<functions>
|
<functions>
|
||||||
<function name="Insert">
|
<function name="Insert">
|
||||||
<arguments>
|
<arguments>
|
||||||
@@ -418,9 +418,9 @@
|
|||||||
</functions>
|
</functions>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="NumberEntry">
|
<widget name="NumberEntry">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="text" />
|
<property name="text" />
|
||||||
</attributes>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="OpenGL">
|
<widget name="OpenGL">
|
||||||
<functions>
|
<functions>
|
||||||
@@ -437,13 +437,13 @@
|
|||||||
</functions>
|
</functions>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="ScrollBar">
|
<widget name="ScrollBar">
|
||||||
<attributes>
|
<properties>
|
||||||
<attribute name="areaShown" />
|
<property name="areaShown" />
|
||||||
<attribute name="value" />
|
<property name="value" />
|
||||||
<attribute name="minValue" />
|
<property name="minValue" />
|
||||||
<attribute name="maxValue" />
|
<property name="maxValue" />
|
||||||
<attribute name="orientation" />
|
<property name="orientation" />
|
||||||
</attributes>
|
</properties>
|
||||||
<functions>
|
<functions>
|
||||||
<function name="GetVisibleLength">
|
<function name="GetVisibleLength">
|
||||||
<return>
|
<return>
|
||||||
|
|||||||
Reference in New Issue
Block a user