This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Jim.Jewett, asvetlov, gpolo, serhiy.storchaka, terry.reedy
Date 2014-06-02.19:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401738617.29.0.661973767041.issue6167@psf.upfronthosting.co.za>
In-reply-to
Content
There is no the common interface for the "set" and "activate" methods.

Listbox.activate(index) - mandatory argument is an index (an integer, "active", "anchor", "end", or @x,y form).
Menu.activate(index) - mandatory argument is an index.
Scrollbar.activate(element=None) - optional argument is element identifier, one of "arrow1", "slider" or "arrow2".
Listbox.selection_set(self, first, last=None) - arguments are indices, first argument is mandatory.
Scale.set(value) - mandatory argument is a number between specified limits.
Scrollbar.set(first, last) - mandatory arguments are numbers between 0 and 1.
History
Date User Action Args
2014-06-02 19:50:17serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo, asvetlov, Jim.Jewett
2014-06-02 19:50:17serhiy.storchakasetmessageid: <1401738617.29.0.661973767041.issue6167@psf.upfronthosting.co.za>
2014-06-02 19:50:17serhiy.storchakalinkissue6167 messages
2014-06-02 19:50:17serhiy.storchakacreate