Translations:FP Laboratory 11/13/en

From Marek Běhálek Wiki
Jump to navigation Jump to search
  • Create a function clickOnButton that will take our GUI and an event. If it is a mouse event, and the position where we have clicked is inside some of the buttons from the gui, then it evaluates the coresponding onClick function and the result will be produced string. In all other cases, the result will be Nothing.