Ticket #309 (closed enhancement: invalid)
Wx::StaticText does not support style characteristics
| Reported by: | dlp | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Wx::Perl::Dialog | Version: | 0.35 |
| Keywords: | Cc: |
Description
It would be really nive to have the possibility to align StaticText? objects according to what is described in the WxWidget? doc:
wxALIGN_LEFT Align the text to the left wxALIGN_RIGHT Align the text to the right wxALIGN_CENTRE Center the text (horizontally) wxST_NO_AUTORESIZE If this style flag is given, the control will not change its size
Change History
Note: See
TracTickets for help on using
tickets.

Wx::Perl::Dialog usage was removed in 0.68 by AdamK and was replaced with the wxFormBuilder solution offered by Padre::Plugin::FormBuilder?.