( window )
| 1456 | |
| 1457 | |
| 1458 | def WinIDForWindow( window ): |
| 1459 | return GetIntValue( f'win_getid( { window.number }, ' |
| 1460 | f'{ window.tabpage.number } )' ) |
| 1461 | |
| 1462 | |
| 1463 | def ScreenPositionForLineColumnInWindow( window, line, column ): |
no test coverage detected