Using a speech engine to highlight words: Difference between revisions

m
→‎{{header|Phix}}: IupCloseOnEscape no longer needed
m (Thundergnat moved page Using a Speech engine to highlight words to Using a speech engine to highlight words: Follow normal task title capitalization policy)
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 221:
bc = IupHbox({IupFill(),btn,IupFill()},"MARGIN=10x10")
dlg = IupDialog(IupVbox({t3,bc}),"TITLE=Speak")
IupCloseOnEscape(dlg)
IupShow(dlg)
IupMainLoop()
7,794

edits