[tcltk-perl] %replace_options question
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-04-23 20:26:28
|
while implementing pTk compatibility widget "BrowseEntry" I used %replace_options and it looks to me keys to this hash must be perlTk name and not Tcl/Tk name, because different widgets could be implemented with a single Tcl/Tk widget (it appears BrowseEntry cound be implemented with ComboBox) Should I change %replace_options logic a bit? Vadim. |