Hello - I am trying to create a macro, but I want to have customized buttons in a pop-up window rather than yes/no. Here is how I create the yes/no pop-up:
tk_messageBox -title $version -type yesno -message "Ask question here...?"
Do I need a widget instead?