Swalif has asked for the wisdom of the Perl Monks concerning the following question:
my $style = Wx::TextAttr->new(); $style->Wx::TextAttr::SetAlignment(3); $self->{question}->SetDefaultStyle($style);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with wxTextCtrl right alignment
by Anonymous Monk on Jul 20, 2011 at 06:24 UTC | |
by Swalif (Scribe) on Jul 20, 2011 at 06:30 UTC |