awtk/demos/assets/raw/ui/combo_box.xml
2018-10-26 07:25:22 +08:00

9 lines
536 B
XML

<window anim_hint="htranslate">
<combo_box left_margin="6" readonly="true" x="10" y="5" w="200" h="30" text="left" options="left;center;right;"/>
<combo_box open_window="color" readonly="true" x="10" y="50" w="200" h="30" text="red"/>
<combo_box readonly="true" x="10" y="bottom:5" w="200" h="30" text="left" options="1:left;2:center;3:right;"/>
<combo_box open_window="color" readonly="true" x="10" y="bottom:50" w="200" h="30" text="red"/>
<button name="close" x="center" y="middle" w="50%" h="30" text="close"/>
</window>