Last change
on this file since 6333 was
6311,
checked in by dafrick, 15 years ago
|
The KeyBindMenu now shows all Keybindings and allows for various manipulations.
For this the bookkeeping in KeyBinder has ben improved.
Also KeyEscape now can't be bound to other commands.
|
File size:
394 bytes
|
Rev | Line | |
---|
[6145] | 1 | function openDecisionPopup( text, callbackPtr ) |
---|
[6266] | 2 | showGUI("DecisionPopup", false, true) |
---|
| 3 | DecisionPopup.setCallback(callbackPtr) |
---|
[6145] | 4 | DecisionPopup.setText(text) |
---|
[6266] | 5 | end |
---|
| 6 | |
---|
[6311] | 7 | function openInfoPopup(text, functionPtr, closeButton, arguments) |
---|
[6266] | 8 | showGUI("InfoPopup", false, true) |
---|
[6311] | 9 | InfoPopup.execute(functionPtr, arguments) |
---|
[6266] | 10 | InfoPopup.setText(text) |
---|
[6283] | 11 | InfoPopup.setCloseButton(closeButton) |
---|
[6266] | 12 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.