Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2016, 11:46:10 PM (8 years ago)
Author:
bknecht
Message:

Merging cegui0.8 branch into ogre1.9 branch

Location:
code/branches/ogre1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ogre1.9

  • code/branches/ogre1.9/data/gui/layouts/ChatBox.layout

    r7612 r11211  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 
    3 <GUILayout >
    4     <Window Type="DefaultWindow" Name="orxonox/ChatBox/Root" >
    5         <Property Name="InheritsAlpha" Value="False" />
    6         <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    7         <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    8         <Window Type="MenuWidgets/FrameWindow" Name="orxonox/ChatBox" >
    9             <Property Name="Text" Value="Chat" />
    10             <Property Name="InheritsAlpha" Value="False" />
    11             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    12             <Property Name="TitlebarEnabled" Value="True" />
    13             <!--<Property Name="UnifiedAreaRect" Value="{{0.01,0},{0.03,0},{0.6,0},{0.69375,0}}" />-->
    14             <Property Name="UnifiedAreaRect" Value="{{0.35,0},{0.10,0},{0.98,0},{0.65,0}}" />
    15             <Event Name="CloseClicked" Function="ChatBox.ChatBoxCloseButton_clicked"/>
    16             <Window Type="MenuWidgets/Listbox" Name="orxonox/ChatBox/history" >
    17                 <Property Name="Font" Value="Monofur-10" />
    18                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    19                 <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0.078,0},{0.98,0},{1,-30}}" />
     1<?xml version='1.0' encoding='utf-8'?>
     2<GUILayout version="4">
     3    <Window name="ChatBox" type="DefaultWindow">
     4        <Property name="InheritsAlpha" value="False" />
     5        <Property name="MaxSize" value="{{1,0},{1,0}}" />
     6        <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
     7        <Window name="frame" type="MenuWidgets/FrameWindow">
     8            <Property name="Text" value="Chat" />
     9            <Property name="InheritsAlpha" value="False" />
     10            <Property name="MaxSize" value="{{1,0},{1,0}}" />
     11            <Property name="TitlebarEnabled" value="True" />
     12            <Property name="Area" value="{{0.35,0},{0.10,0},{0.98,0},{0.65,0}}" />
     13            <Event function="ChatBox.ChatBoxCloseButton_clicked" name="CloseClicked" />
     14            <Window name="history" type="MenuWidgets/Listbox">
     15                <Property name="Font" value="Monofur-10" />
     16                <Property name="MaxSize" value="{{1,0},{1,0}}" />
     17                <Property name="Area" value="{{0.02,0},{0.078,0},{0.98,0},{1,-30}}" />
    2018            </Window>
    21             <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox/input" >
    22                 <Property Name="Text" Value="" />
    23                 <Property Name="Font" Value="Monofur-10" />
    24                 <Property Name="MaxTextLength" Value="1073741823" />
    25                 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    26                 <Property Name="UnifiedAreaRect" Value="{{0.02,0},{1,-30},{0.98,0},{1,-5}}" />
     19            <Window name="input" type="MenuWidgets/Editbox">
     20                <Property name="Text" value="" />
     21                <Property name="Font" value="Monofur-10" />
     22                <Property name="MaxTextLength" value="1073741823" />
     23                <Property name="MaxSize" value="{{1,0},{1,0}}" />
     24                <Property name="Area" value="{{0.02,0},{1,-30},{0.98,0},{1,-5}}" />
    2725            </Window>
    2826        </Window>
Note: See TracChangeset for help on using the changeset viewer.