|
|
|
@ -174,7 +174,7 @@ sub on_rclick
@@ -174,7 +174,7 @@ sub on_rclick
|
|
|
|
|
return if @temp == 1; |
|
|
|
|
$self->select_buddy($self->{tree}->nearest($y)); |
|
|
|
|
|
|
|
|
|
my $offset = ($^O =~ /Win32/) ? 20 : -30; |
|
|
|
|
my $offset = ($^O =~ /Win32/) ? 10 : -30; |
|
|
|
|
|
|
|
|
|
$self->{buddy_menu}->Post($self->x + $x, $self->y + $self->height - $self->{tree}->height + $y + $offset); |
|
|
|
|
} |
|
|
|
@ -247,7 +247,7 @@ sub init
@@ -247,7 +247,7 @@ sub init
|
|
|
|
|
# position the list along the right-hand side of the screen |
|
|
|
|
$x = $self->screenwidth - $self->width() - 168; |
|
|
|
|
$y = 22; |
|
|
|
|
$self->geometry("160x450+$x+$y"); |
|
|
|
|
$self->geometry("160x650+$x+$y"); |
|
|
|
|
|
|
|
|
|
$self->{menu} = $self->Menu(-borderwidth => 0, -activeborderwidth => 0); |
|
|
|
|
|
|
|
|
@ -279,7 +279,7 @@ sub init
@@ -279,7 +279,7 @@ sub init
|
|
|
|
|
|
|
|
|
|
$self->{tree} = $self->Scrolled("MBTree" => |
|
|
|
|
-scrollbars => 'oe', |
|
|
|
|
-background => 'white', -font => hook("tk_get_default_font") . ' 10', -fg => 'black', -selectborderwidth => 0, |
|
|
|
|
-background => 'white', -font => hook("tk_get_default_font") . ' 10 medium', -fg => 'black', -selectborderwidth => 0, |
|
|
|
|
-itemtype => 'imagetext', -highlightthickness => 0, -drawbranch => 0, -indicator => 1, |
|
|
|
|
-selectbackground => "darkblue", -selectforeground => "white", -ignoreinvoke => 1, |
|
|
|
|
-selectmode => 'single', -itemtype => 'imagetext', -indent => 14, |
|
|
|
|