Message322102
| Author |
noah.haasis |
| Recipients |
Creation Elemental, docs@python, noah.haasis, serhiy.storchaka, terry.reedy |
| Date |
2018年07月21日.15:40:54 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1532187654.36.0.56676864532.issue34154@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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' |
|