|
|
@ -191,6 +191,7 @@ sub init |
|
|
|
-height => 6, -font => "times 12", -scrollbars => 'oe', -wrap => 'word', |
|
|
|
-height => 6, -font => "times 12", -scrollbars => 'oe', -wrap => 'word', |
|
|
|
-spacing1 => 0, -spacing2 => 0, -spacing3 => 0)-> |
|
|
|
-spacing1 => 0, -spacing2 => 0, -spacing3 => 0)-> |
|
|
|
pack(-expand => 1, -fill => 'both', -padx => 5); |
|
|
|
pack(-expand => 1, -fill => 'both', -padx => 5); |
|
|
|
|
|
|
|
$self->{top}->configure(-background => 'white'); |
|
|
|
$self->{typing} = $self->Label->pack(-anchor => 'w'); |
|
|
|
$self->{typing} = $self->Label->pack(-anchor => 'w'); |
|
|
|
$self->Button(-text => "Send", -command => [$self, "on_send"])-> |
|
|
|
$self->Button(-text => "Send", -command => [$self, "on_send"])-> |
|
|
|
pack(-pady => 3, -side => 'right', -anchor => 'center'); |
|
|
|
pack(-pady => 3, -side => 'right', -anchor => 'center'); |
|
|
|