@rtype: L{Window} @return: Returns the shell window. @raise WindowsError: An error occured while processing this request.
()
| 202 | |
| 203 | @staticmethod |
| 204 | def get_shell_window(): |
| 205 | """ |
| 206 | @rtype: L{Window} |
| 207 | @return: Returns the shell window. |
| 208 | @raise WindowsError: An error occured while processing this request. |
| 209 | """ |
| 210 | return Window(win32.GetShellWindow()) |
| 211 | |
| 212 | # ------------------------------------------------------------------------------ |
| 213 |