
The MDI child window contains the application work area in a Multiple Document Interface application.


Construct MDI Child window with given name and icon.
| Argument | Type | Default | Description |
| p | FXMDIClient | ||
| name | String | ||
| ic | FXIcon | None | |
| mn | FXMenuPane | None | |
| opts | Int | 0 | |
| x | Int | 0 | |
| y | Int | 0 | |
| w | Int | 0 | |
| h | Int | 0 |

Minimize/iconify MDI Child.
| Argument | Type | Default | Description |
| notify | Bool | False |

Move this window to the specified position in the parent's coordinates.
Reimplemented from FXWindow.
| Argument | Type | Default | Description |
| x | Int | ||
| y | Int |

Move and resize this window in the parent's coordinates.
Reimplemented from FXWindow.
| Argument | Type | Default | Description |
| x | Int | ||
| y | Int | ||
| w | Int | ||
| h | Int |

Resize this window to the specified width and height.
Reimplemented from FXWindow.
| Argument | Type | Default | Description |
| w | Int | ||
| h | Int |