1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | |
---|
3 | <GUILayout > |
---|
4 | <Window Type="TaharezLook/FrameWindow" Name="Frame" > |
---|
5 | <Property Name="Text" Value="Tab Control Demo" /> |
---|
6 | <Property Name="Tooltip" Value="This is a demonstration of TabControl abilities." /> |
---|
7 | <Property Name="TitlebarFont" Value="Commonwealth-10" /> |
---|
8 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
9 | <Property Name="UnifiedMinSize" Value="{{0,128},{0,128}}" /> |
---|
10 | <Property Name="TitlebarEnabled" Value="True" /> |
---|
11 | <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.1,0},{0.9,0},{0.9,0}}" /> |
---|
12 | <Window Type="TaharezLook/TabControl" Name="Frame/TabControl" > |
---|
13 | <Property Name="Tooltip" Value="This is the tab control" /> |
---|
14 | <Property Name="TabHeight" Value="{0,-1}" /> |
---|
15 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
16 | <Property Name="TabPanePosition" Value="Bottom" /> |
---|
17 | <Property Name="UnifiedAreaRect" Value="{{0,10},{0,30},{1,-10},{1,-10}}" /> |
---|
18 | </Window> |
---|
19 | </Window> |
---|
20 | </GUILayout> |
---|