We can hide a tab in the notebook widget by using the .tab() method.
1 2 |
|
We can also specify the index number of the tab.
1 2 |
|
ttk.Notebook – Hide a tab
We can hide a tab in the notebook widget by using the .tab() method.
1 2 |
|
We can also specify the index number of the tab.
1 2 |
|