Perl/Tk Pocket Reference by Stephen Lidie Unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. This page was updated August 4, 2000. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification UNCONFIRMED errors and comments from readers: {34} Syntax pattern oft he -menuitems option: Options-value pairs of a menu item entry may be repeated, and the entries themselves as well, therefore the syntax pattern should read: -menuitems => [[type, label?,-option=>value...?]...] [34] -menuitems option: A list of menuitem types, like button, with... Button is not a menuitem type. Make this: A list of menuitem types, like command, with... (34) Menubutton widget description, option list: The -tearoff option (as described under the heading Menu Widget Options, p. 21) is also possible with then Menubutton widget. [41] BrowseEntry, 1st paragraph: The LabEntry widget referred to in this paragraph is not mentioned elsewhere. Tk800.015 has no pod describing this widget, but there is a LabEntry.pm (and even a LabRadio.pm) around. <>