>>-pushButtonInWindow--(--title--,--text--)--------------------><
Selects the button with label text in the window with the specified title. If the button's label contains a mnemonic (underscored letter), you must specify an ampersand (&) in front of it. You can also use this method to select radio buttons and to check or uncheck check boxes.
Example:
winmgr~pushButtonInWindow("Testwindow","List &Employees")