Tk Source Code

View Ticket
Login
Ticket UUID: bb6b4032d2ebc1956d9d29031c9e6cfe170a4a8
Title: ::tk::AmpMenuArgs does not work with 'entryconf'
Type: Bug Version: All
Submitter: fvogel Created on: 2017-10-04 05:30:16
Subsystem: 99. Other Assigned To: fvogel
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2017-10-22 19:30:33
Resolution: Fixed Closed By: fvogel
    Closed on: 2017-10-22 19:30:33
Description:

Reported originally here: https://core.tcl.tk/core.tcl.tk/tktview/12f71bf209072d7ec904aa94219dc379c0d0199a

::tk::AmpMenuArgs works only for adding new entries with `add' command. It is impossible to use it with `entryconf'. I provide a fix in 
https://github.com/tcltk/tk/pull/2

While ::tk::AmpMenuArgs is a procedure internal to Tk that is not part of the public interface, and should for this reason not be used (or at the users own risks), the point looks valid for Tk itself.

User Comments: fvogel added on 2017-10-22 19:30:33:
Merged to core-8-6-branch and trunk

fvogel added on 2017-10-04 05:36:48:

Patch committed in branch bug-bb6b4032d2