Dialog Boxes – Button
LET ans = fgl_winbutton(“Dialog title”,
“Can you get multiple words in a button?”,
“{Yes, I can}|{No, I can’t}”, “question”, 0)
Braces around words is standard in Tcl/Tk
The buttons appear minus braces
The output includes the braces
Most general dialog style