2019-03-28 15:24:27 +08:00
|
|
|
<dialog anim_hint="popdown" highlight="default(alpha=40)"
|
2019-03-27 18:04:38 +08:00
|
|
|
x="0" y="0" w="100%" h="160">
|
2018-07-14 11:35:40 +08:00
|
|
|
<dialog_title x="0" y="0" w="100%" h="30" text="Hello AWTK" />
|
|
|
|
<dialog_client x="0" y="bottom" w="100%" h="-30">
|
2022-06-02 16:16:01 +08:00
|
|
|
<edit name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
|
2022-05-16 09:46:21 +08:00
|
|
|
<button name="action_list:(open:close_window,quit:this)" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
|
2018-07-14 11:35:40 +08:00
|
|
|
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
|
|
|
|
</dialog_client>
|
2018-04-20 21:49:47 +08:00
|
|
|
</dialog>
|