WindowCenter the window on the current screen
(ctx context.Context)
| 26 | |
| 27 | // WindowCenter the window on the current screen |
| 28 | func WindowCenter(ctx context.Context) { |
| 29 | appFrontend := getFrontend(ctx) |
| 30 | appFrontend.WindowCenter() |
| 31 | } |
| 32 | |
| 33 | // WindowReload will reload the window contents |
| 34 | func WindowReload(ctx context.Context) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…