Some incomplete work for interactive part editor

This commit is contained in:
Alessandro Ranellucci 2014-01-17 19:33:13 +01:00
parent fd43ada293
commit 3f4f27fa5d
3 changed files with 45 additions and 11 deletions

View file

@ -6,7 +6,7 @@ use utf8;
use File::Basename qw(basename);
use List::Util qw(first);
use Wx qw(:bookctrl :dialog :keycode :icon :id :misc :panel :sizer :window :systemsettings);
use Wx::Event qw(EVT_BUTTON EVT_CHOICE EVT_KEY_DOWN EVT_TREE_SEL_CHANGED);
use Wx::Event qw(EVT_BUTTON EVT_CHOICE EVT_KEY_DOWN);
use base 'Wx::ScrolledWindow';
sub new {