Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 1:56:36 PM (14 years ago)
Author:
dafrick
Message:

Some enhancements in KeyBindMenu.lua and InfoPopup, clear doesn't work, yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/GUITools.lua

    r6266 r6283  
    55end
    66
    7 function openInfoPopup( text, functionPtr )
     7function openInfoPopup(text, functionPtr, closeButton)
    88    showGUI("InfoPopup", false, true)
    9     InfoPopup.setDo(functionPtr)
     9    InfoPopup.execute(functionPtr)
    1010    InfoPopup.setText(text)
     11    InfoPopup.setCloseButton(closeButton)
    1112end
Note: See TracChangeset for help on using the changeset viewer.