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

xrc_maximize_iconize.patch download (11.4 KB) - added by RedTide 20 months ago.
xrc_overview_doc.patch download (406 bytes) - added by RedTide 20 months ago.

Change History

Changed 20 months ago by RedTide

Changed 20 months ago by RedTide

Note: See TracTickets for help on using tickets.