mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +08:00
10 lines
416 B
XML
10 lines
416 B
XML
<window text="DialogEx" anim_hint="htranslate" children_layout="default(c=2,r=8,m=5,s=5)">>
|
|
<button name="open:toast" text="Toast"/>
|
|
<button name="open:confirm" text="Confirm"/>
|
|
<button name="open:info" text="Information"/>
|
|
<button name="open:warn" text="Warning"/>
|
|
<button name="open:dialog1" text="Dialog1"/>
|
|
<button name="open:dialog2" text="Dialog2"/>
|
|
<button name="close" text="Close"/>
|
|
</window>
|