Python Forum
[Tkinter] Can I configure 'tab' widgets state to 'disabled'?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Can I configure 'tab' widgets state to 'disabled'?
#1
Question 
notebooks = ttk.Notebook(root)
tab_1 = ttk.rame(notebooks)
notebooks.add(tab_1, text = 'tab-1')
Can I configure the 'tab_1' un-selectable like Text(or other) widgets state = tk.DISABLED ?
Reply
#2
Try searching before posting.

search: disable tkinter notebook tab

first hit:
https://stackoverflow.com/questions/2098...python-gui

Followed by several other very good answers and links to resources that are useful for answering this and other notebook related questions.
Reply
#3
(Jan-02-2021, 07:21 PM)deanhystad Wrote: Try searching before posting.

search: disable tkinter notebook tab

first hit:
https://stackoverflow.com/questions/2098...python-gui

Followed by several other very good answers and links to resources that are useful for answering this and other notebook related questions.

Thanks. Wink
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question [Tkinter] How to configure scrollbar dimension? water 6 3,374 Jan-03-2021, 06:16 PM
Last Post: deanhystad
  Configure label from different class storzo 1 4,066 Aug-19-2019, 01:30 PM
Last Post: Denni

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020