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 ?
[Tkinter] Can I configure 'tab' widgets state to 'disabled'?
[Tkinter] Can I configure 'tab' widgets state to 'disabled'?
|
Jan-02-2021, 07:21 PM
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.
Jan-02-2021, 08:29 PM
(Jan-02-2021, 07:21 PM)deanhystad Wrote: Try searching before posting. Thanks. ![]() |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
![]() |
[Tkinter] How to configure scrollbar dimension? | water | 6 | 5,064 |
Jan-03-2021, 06:16 PM Last Post: deanhystad |
Configure label from different class | storzo | 1 | 4,638 |
Aug-19-2019, 01:30 PM Last Post: Denni |
Users browsing this thread: 1 Guest(s)