itemcget

(#<widget> 'itemcget tagOrId option)
Returns the current value of the configuration option for the item given by tagOrId whose name is option.

This command is similar to the cget widget command except that it applies to a particular item rather than the widget as a whole. Option may have any of the values accepted by the create widget command when the item was created.

If tagOrId is a tag that refers to more than one item, the first (lowest) such item is used.


© Author | Home | Sitemap