|
|
@ -20,6 +20,7 @@ sub ClassInit |
|
|
|
sub init |
|
|
|
sub init |
|
|
|
{ |
|
|
|
{ |
|
|
|
my ($self) = @_; |
|
|
|
my ($self) = @_; |
|
|
|
|
|
|
|
$self->withdraw; |
|
|
|
|
|
|
|
|
|
|
|
$self->{text} = $self->Frame->pack(-expand => 1, -fill => 'both')->Scrolled( |
|
|
|
$self->{text} = $self->Frame->pack(-expand => 1, -fill => 'both')->Scrolled( |
|
|
|
"TextUndo", -scrollbars => 'oe', -background => 'white', -wrap => 'word')-> |
|
|
|
"TextUndo", -scrollbars => 'oe', -background => 'white', -wrap => 'word')-> |
|
|
@ -33,6 +34,7 @@ sub init |
|
|
|
|
|
|
|
|
|
|
|
$self->{text}->Load('mb.conf'); |
|
|
|
$self->{text}->Load('mb.conf'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$self->deiconify; |
|
|
|
$self->{text}->focus; |
|
|
|
$self->{text}->focus; |
|
|
|
hook("tk_seticon", -wnd => $self); |
|
|
|
hook("tk_seticon", -wnd => $self); |
|
|
|
} |
|
|
|
} |
|
|
|