Changeset 7746 for code/branches/presentation/data/gui/scripts
- Timestamp:
- Dec 8, 2010, 5:36:22 PM (14 years ago)
- Location:
- code/branches/presentation/data/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/data/gui/scripts/ChatBox-inputonly.lua
r7163 r7746 1 1 -- ChatBox-inputonly.lua 2 2 3 local P = createMenuSheet("ChatBox-inputonly" )3 local P = createMenuSheet("ChatBox-inputonly", true, TriBool.True, TriBool.Dontcare, false) 4 4 return P 5 5 -
code/branches/presentation/data/gui/scripts/ChatBox.lua
r7612 r7746 1 1 -- ChatBox.lua 2 2 3 local P = createMenuSheet("ChatBox" )3 local P = createMenuSheet("ChatBox", true, TriBool.True, TriBool.Dontcare, false) 4 4 5 5 function P.ChatBoxCloseButton_clicked(e)
Note: See TracChangeset
for help on using the changeset viewer.