awtk/design/default/ui/tab_control.xml

15 lines
758 B
XML
Raw Normal View History

2019-04-10 09:08:47 +08:00
<window children_layout="default(c=2,h=30,m=5,s=5)">
2018-07-23 18:53:40 +08:00
<button name="open:tab_top" text="Top"/>
<button name="open:tab_bottom" text="Bottom"/>
2018-07-24 12:16:06 +08:00
<button name="open:tab_top_compact" text="Top Compact"/>
<button name="open:tab_bottom_compact" text="Bottom Compact"/>
2018-07-23 18:53:40 +08:00
<button name="open:tab_list" text="List"/>
2019-07-11 09:11:35 +08:00
<button name="open:tab_scrollable" text="Scrollable"/>
2024-06-13 17:44:54 +08:00
<button name="open:tab_scrollable_and_dragchild" text="Drag_Child"/>
2019-12-18 15:39:12 +08:00
<button name="open:tab_dynamic_list" text="tab_dynamic_list"/>
2021-07-26 22:14:59 +08:00
<button name="open:tab_remove" text="tab_remove"/>
2023-06-13 06:52:32 +08:00
<button name="open:tab_invisible" text="Invisible"/>
<button name="open:tab_invisible_compact" text="Invisible Compact"/>
2018-07-23 18:53:40 +08:00
<button name="close" text="Close"/>
</window>