mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-13 16:45:56 +08:00
10 lines
509 B
XML
10 lines
509 B
XML
<dialog anim_hint="popdown" highlight="default(alpha=40)"
|
|
x="0" y="0" 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">
|
|
<edit name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
|
|
<button name="action_list:(open:close_window,quit:this)" 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>
|