Ticket #14767 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

wxSizerXmlHandler support for additional wxFlexGridSizer properties and proportions for growables

Reported by: sodev Owned by:
Priority: normal Milestone:
Component: XRC Version: 2.9-svn
Keywords: wxSizerXmlHandler proportion properties Cc:
Blocked By: Patch: yes
Blocking:

Description

I have added support for the flexible direction and non-flexible growmode parameters that wxFlexGridSizer based sizers support.

I have also added the possibility to specify the proportion for growable rows/cols.

Updated documentation included.

Attachments

sizer.patch download (6.9 KB) - added by sodev 8 months ago.

Change History

Changed 8 months ago by sodev

Changed 8 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [72710]) Allow specifying all wxFlexGridSizer parameters in XRC.

Add support for specifying flexible direction, grow mode in non-flexible
direction and row/column proportions for the growable ones.

Closes #14767.

Note: See TracTickets for help on using tickets.