Changeset 7009 for code/branches/presentation3/data/gui
- Timestamp:
- May 29, 2010, 9:56:07 PM (14 years ago)
- Location:
- code/branches/presentation3/data/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/gui/layouts/ChatBox.layout
r6928 r7009 6 6 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 7 7 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" /> 8 <Window Type="MenuWidgets/FrameWindow" Name=" /ChatBox" >8 <Window Type="MenuWidgets/FrameWindow" Name="orxonox/ChatBox" > 9 9 <Property Name="Text" Value="Chat" /> 10 10 <Property Name="InheritsAlpha" Value="False" /> … … 25 25 <Property Name="UnifiedAreaRect" Value="{{0.02,0},{1,-30},{0.98,0},{1,-5}}" /> 26 26 </Window> 27 <Event Name="CloseClicked" Function="ChatBox.ChatBoxCloseButton_clicked"/> 27 28 </Window> 28 29 </Window> -
code/branches/presentation3/data/gui/scripts/ChatBox.lua
r6928 r7009 2 2 3 3 local P = createMenuSheet("ChatBox") 4 5 function P.ChatBoxCloseButton_clicked(e) 6 orxonox.ChatInputHandler:getInstance():deactivate() 7 end 8 4 9 return P 5 10
Note: See TracChangeset
for help on using the changeset viewer.