awtk/design/default/ui/popup.xml
2020-08-16 08:50:11 +08:00

10 lines
502 B
XML

<dialog anim_hint="popup" highlight="default(start_alpha=0, end_alpha=80)"
x="0" y="bottom" w="100%" h="160">
<dialog_title x="0" y="0" w="100%" h="30" text="Hello AWTK" />
<dialog_client x="0" y="bottom" w="100%" h="-30">
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
<button name="open:confirm" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
</dialog_client>
</dialog>