| id | A unique id number. |
| clientRect | Position and size of the window. |
| func | A function which contains the immediate mode GUI code to draw the contents of your window. |
| text | Text to appear in the title-bar area of the window, if any. |
| image | An image to appear in the title bar of the window, if any. |
| content | GUIContent to appear in the title bar of the window, if any. |
| style | Style to apply to the window. |
Show a Modal Window.