- or download this
require MenuPopup;
- or download this
$winInfoRef->{HLIST}->bind('<Button-3>' => sub{
MenuPopup($winInfoRef->{MENU},
-popover=>"cursor",-popanchor=>'ne')
});
- or download this
$winInfoRef->{HLIST}->bind('<Button-3>' => sub{
$winInfoRef->{MENU}->MenuPopup(
-popover=>"cursor",-popanchor=>'ne');
});
- or download this
#Note this can be used to in place of the Popup Method found in TK/Wm.
+pm
#
...
#needed for require
return 1;