I want to write a message for all menu buttons.
So, for example my message is "Test" and when i pressed button1 or button2 or button3... message will appear. But i dont want to write this code (msg("Test")) for 10-20 times.. I want to write this code just for one not for all button controls.
So how i can make it ?