entryconfigure

(#<widget> 'entryconfigure index ?options?)
This command is similar to the configure command, except that it applies to the options for an individual entry, whereas configure applies to the options for the menu as a whole.

Options may have any of the values accepted by the add widget command.

If options are specified, options are modified as indicated in the command and the command returns an empty string.

If no options are specified, returns a list describing the current options for entry index (see Tk_ConfigureInfo for information on the format of this list).


© Author | Home | Sitemap