- Timestamp:
- Dec 9, 2009, 1:56:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/GUITools.lua
r6266 r6283 5 5 end 6 6 7 function openInfoPopup( text, functionPtr)7 function openInfoPopup(text, functionPtr, closeButton) 8 8 showGUI("InfoPopup", false, true) 9 InfoPopup. setDo(functionPtr)9 InfoPopup.execute(functionPtr) 10 10 InfoPopup.setText(text) 11 InfoPopup.setCloseButton(closeButton) 11 12 end
Note: See TracChangeset
for help on using the changeset viewer.