Ticket #13503 (new enhancement)
Opened 20 months ago
Iconize and maximize top level windows from XRC file
| Reported by: | RedTide | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XRC | Version: | 2.9-svn |
| Keywords: | maximized iconized xrc | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
This patch adds two new 'maximized' and 'iconized' properties to wxDialog, wxPropertySheetDialog, wxFrame and wxMDIXXXFrame XRC handlers.
I've added a small demostration in xrcdemo, using a MDI frame with 2 childs:
under MSW a child frame becomes iconized and the other maximized,
under GTK the main MDI parent is maximized and also iconized on startup.
The patch includes also the related documentation for doxygen.
In addition, I include another small patch for a typo in xrc overview.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

