~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Media/Demos/Demo_Gui/ColourWindow.layout

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<MyGUI type="Layout" version="3.2.0">
3
 
    <Widget type="Window" skin="WindowCS" position="448 96 232 392" style="Overlapped" layer="Overlapped" name="_Main">
4
 
        <Property key="Caption" value="ColourDemo Demo"/>
5
 
        <Property key="MinSize" value="104 300"/>
6
 
        <UserString key="Info" value="A test window"/>
7
 
        <Widget type="ItemBox" skin="ItemBox" position="3 4 216 132" align="Stretch" name="Box">
8
 
            <UserString key="Info" value="A item box"/>
9
 
        </Widget>
10
 
        <Widget type="Widget" skin="PanelSkin" position="4 141 214 209" align="HStretch Bottom">
11
 
            <Widget type="ScrollBar" skin="SliderH" position="6 6 201 15" align="HStretch Top" name="Red">
12
 
                <Property key="Range" value="256"/>
13
 
                <Property key="RangePosition" value="255"/>
14
 
                <Property key="Page" value="1"/>
15
 
                <Property key="ViewPage" value="10"/>
16
 
                <UserString key="Info" value="A colour slider"/>
17
 
            </Widget>
18
 
            <Widget type="ScrollBar" skin="SliderH" position="6 24 201 15" align="HStretch Top" name="Green">
19
 
                <Property key="Range" value="256"/>
20
 
                <Property key="RangePosition" value="255"/>
21
 
                <Property key="Page" value="1"/>
22
 
                <Property key="ViewPage" value="10"/>
23
 
                <UserString key="Info" value="A colour slider"/>
24
 
            </Widget>
25
 
            <Widget type="ScrollBar" skin="SliderH" position="6 42 201 15" align="HStretch Top" name="Blue">
26
 
                <Property key="Range" value="256"/>
27
 
                <Property key="RangePosition" value="255"/>
28
 
                <Property key="Page" value="1"/>
29
 
                <Property key="ViewPage" value="10"/>
30
 
                <UserString key="Info" value="A colour slider"/>
31
 
            </Widget>
32
 
            <Widget type="Widget" skin="PanelSkin" position="6 60 202 19" align="HStretch Top">
33
 
                <UserString key="Info" value="The colour that will be used for the selection when added to the list"/>
34
 
                <Widget type="Widget" skin="WhiteSkin" position="3 3 194 11" align="Stretch" name="Colour"/>
35
 
            </Widget>
36
 
            <Widget type="EditBox" skin="EditBox" position="7 83 151 26" align="HStretch Top" name="Line">
37
 
                <UserString key="Info" value="An edit box: this text will be added to the list"/>
38
 
            </Widget>
39
 
            <Widget type="Button" skin="Button" position="161 83 45 26" align="Right Top" name="Add">
40
 
                <Property key="Caption" value="Add"/>
41
 
                <UserString key="Info" value="Adds the text to the list"/>
42
 
            </Widget>
43
 
            <Widget type="EditBox" skin="EditBoxStretch" position="8 116 198 84" align="HStretch Top">
44
 
                <Property key="WordWrap" value="true"/>
45
 
                <Property key="Static" value="true"/>
46
 
                <Property key="TextAlign" value="Center"/>
47
 
                <Property key="Caption" value="Use this panel to add items. The scrollbars change the selection colour."/>
48
 
                <UserString key="Info" value="Some static text"/>
49
 
            </Widget>
50
 
        </Widget>
51
 
    </Widget>
52
 
</MyGUI>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<MyGUI type="Layout" version="3.2.0">
 
3
    <Widget type="Window" skin="WindowCS" position="448 96 232 392" style="Overlapped" layer="Overlapped" name="_Main">
 
4
        <Property key="Caption" value="ColourDemo Demo"/>
 
5
        <Property key="MinSize" value="104 300"/>
 
6
        <UserString key="Info" value="A test window"/>
 
7
        <Widget type="ItemBox" skin="ItemBox" position="3 4 216 132" align="Stretch" name="Box">
 
8
            <UserString key="Info" value="A item box"/>
 
9
        </Widget>
 
10
        <Widget type="Widget" skin="PanelSkin" position="4 141 214 209" align="HStretch Bottom">
 
11
            <Widget type="ScrollBar" skin="SliderH" position="6 6 201 15" align="HStretch Top" name="Red">
 
12
                <Property key="Range" value="256"/>
 
13
                <Property key="RangePosition" value="255"/>
 
14
                <Property key="Page" value="1"/>
 
15
                <Property key="ViewPage" value="10"/>
 
16
                <UserString key="Info" value="A colour slider"/>
 
17
            </Widget>
 
18
            <Widget type="ScrollBar" skin="SliderH" position="6 24 201 15" align="HStretch Top" name="Green">
 
19
                <Property key="Range" value="256"/>
 
20
                <Property key="RangePosition" value="255"/>
 
21
                <Property key="Page" value="1"/>
 
22
                <Property key="ViewPage" value="10"/>
 
23
                <UserString key="Info" value="A colour slider"/>
 
24
            </Widget>
 
25
            <Widget type="ScrollBar" skin="SliderH" position="6 42 201 15" align="HStretch Top" name="Blue">
 
26
                <Property key="Range" value="256"/>
 
27
                <Property key="RangePosition" value="255"/>
 
28
                <Property key="Page" value="1"/>
 
29
                <Property key="ViewPage" value="10"/>
 
30
                <UserString key="Info" value="A colour slider"/>
 
31
            </Widget>
 
32
            <Widget type="Widget" skin="PanelSkin" position="6 60 202 19" align="HStretch Top">
 
33
                <UserString key="Info" value="The colour that will be used for the selection when added to the list"/>
 
34
                <Widget type="Widget" skin="WhiteSkin" position="3 3 194 11" align="Stretch" name="Colour"/>
 
35
            </Widget>
 
36
            <Widget type="EditBox" skin="EditBox" position="7 83 151 26" align="HStretch Top" name="Line">
 
37
                <UserString key="Info" value="An edit box: this text will be added to the list"/>
 
38
            </Widget>
 
39
            <Widget type="Button" skin="Button" position="161 83 45 26" align="Right Top" name="Add">
 
40
                <Property key="Caption" value="Add"/>
 
41
                <UserString key="Info" value="Adds the text to the list"/>
 
42
            </Widget>
 
43
            <Widget type="EditBox" skin="EditBoxStretch" position="8 116 198 84" align="HStretch Top">
 
44
                <Property key="WordWrap" value="true"/>
 
45
                <Property key="Static" value="true"/>
 
46
                <Property key="TextAlign" value="Center"/>
 
47
                <Property key="Caption" value="Use this panel to add items. The scrollbars change the selection colour."/>
 
48
                <UserString key="Info" value="Some static text"/>
 
49
            </Widget>
 
50
        </Widget>
 
51
    </Widget>
 
52
</MyGUI>