in reply to Perl::Tk and cursor in Menubutton
You can do it 2 ways. One is to manually edit a copy of the module, and rename it to MyMenuButton.pm and place it somewhere in your PERL5LIB path.
Two, and the more elegant way, is to make a derived widget from the MenuButton module. Google for "perl tk derived widget" for numerous tutorials and examples for derived widgets. See Making a derived Tk::Text object for a simple example.
|
|---|