Translations:FP Laboratory 11/13/en
Jump to navigation
Jump to search
- Create a function
clickOnButtonthat 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 corespondingonClickfunction and the result will be produced string. In all other cases, the result will beNothing.