File dialog code ogregui2.layout         A Common File Dialog window for CEGUI - layout (Demo)
Print

ogregui2.layout

<?xml version="1.0" ?>
<GUILayout>
<Window Type="DefaultGUISheet" Name="Root">
    <Window Type="TaharezLook/FrameWindow" Name="Root/Load">
        <Property Name="AlwaysOnTop" Value="true" />
        <Property Name="UnifiedAreaRect" Value="{{0.75,0.0},{0.05,0.0},{0.95,0.0},{0.25,0.0}}" />
        <Property Name="SizingEnabled" Value="false" />
        <Property Name="CloseButtonEnabled" Value="false" />
                <Window Type="TaharezLook/Button" Name="Root/Load/LoadButton">
                <Property Name="UnifiedAreaRect" Value="{{0.05,0.0},{0.05,0.0},{1.0,0.0},{1.0,0.0}}" />
                    <Property Name="Text" Value="Load" />
                </Window>
    </Window>
    <Window Type="TaharezLook/FrameWindow" Name="Root/Save">
        <Property Name="AlwaysOnTop" Value="true" />
        <Property Name="UnifiedAreaRect" Value="{{0.75,0.0},{0.3,0.0},{0.95,0.0},{0.5,0.0}}" />
        <Property Name="SizingEnabled" Value="false" />
        <Property Name="CloseButtonEnabled" Value="false" />
                <Window Type="TaharezLook/Button" Name="Root/Save/SaveButton">
            <Property Name="UnifiedAreaRect" Value="{{0.05,0.0},{0.05,0.0},{1.0,0.0},{1.0,0.0}}" />
                    <Property Name="Text" Value="Save" />
                </Window>
    </Window>
    <Window Type="TaharezLook/FrameWindow" Name="Root/List">
        <Property Name="AlwaysOnTop" Value="false" />
        <Property Name="UnifiedAreaRect" Value="{{0.0,0.0},{0.0,0.0},{1.0,0.0},{1.0,0.0}}" />
        <Property Name="SizingEnabled" Value="false" />
        <Property Name="CloseButtonEnabled" Value="false" />
            <Window Type="TaharezLook/Listbox" Name="Root/List/Listbox">
                <Property Name="UnifiedAreaRect" Value="{{0.0,0.0},{0.0,0.0},{1.0,0.0},{1.0,0.0}}" />
            </Window>
    </Window>
</Window>
</GUILayout>

 


Contributors to this page: jacmoe133512 points  and OgreWikiBot .
Page last modified on Saturday 02 of January, 2010 21:20:36 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.