[docs] [issue34154] Tkinter __init__ documentations sometimes missing valid keyword values
Noah Haasis
report at bugs.python.org
Sat Jul 21 11:40:54 EDT 2018
Noah Haasis <haasis_noah at yahoo.de> added the comment:
This is a list of all valid keywordarguments of Listbox.__init__() listed in the test file:
'activestyle', 'background', 'borderwidth', 'cursor',
'disabledforeground', 'exportselection',
'font', 'foreground', 'height',
'highlightbackground', 'highlightcolor', 'highlightthickness',
'listvariable', 'relief',
'selectbackground', 'selectborderwidth', 'selectforeground',
'selectmode', 'setgrid', 'state',
'takefocus', 'width', 'xscrollcommand', 'yscrollcommand'
The ones that are missing in the doc string:
'activestyle', 'disabledforeground',
'listvariable','state'
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34154>
_______________________________________
More information about the docs
mailing list