[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Anthony Zeeman
Anthony Zeeman added the comment: Cheryl, thank you for your help. On Sunday, March 3, 2019, 7:02:47 p.m. EST, Cheryl Sabella wrote: Cheryl Sabella added the comment: That's because state isn't an option.  :-) I should have included the link to the ttk scrollbar manp

[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Anthony Zeeman
Anthony Zeeman added the comment: Cheryl, here is the option listing from the ttk scrollbar configure method: TTK Scrollbar options: {'command': ('command', 'command', 'Command', '', '140274415153928offsetChanged'), 'orient

[issue36171] tkinter scrollbar missing 'state' option

2019-03-03 Thread Anthony Zeeman
New submission from Anthony Zeeman : The scrollbars in both tkinter and Tkinter don't have the 'state' option and cannot be disabled. -- components: Tkinter messages: 337041 nosy: azeeman priority: normal severity: normal status: open title: tkinter scrollbar missing