in reply to problem with wxTextCtrl right alignment
#!/usr/bin/perl -- use strict; use warnings; use Wx; use Wx::Demo; my $app = Wx::SimpleApp->new; my $demo = Wx::Demo->new; $demo->show_module( 'Wx::DemoModules::wxRichTextCtrl'); $demo->show_demo_window; $app->MainLoop; exit( 0 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with wxTextCtrl right alignment
by Swalif (Scribe) on Jul 20, 2011 at 06:30 UTC |