hide(tab_id)
Hides the tab specified by tab_id.
The tab will not be displayed, but the associated window remains managed by the notebook and its configuration remembered. Hidden tabs may be restored with the add()
command.
hide(tab_id)
Hides the tab specified by tab_id.
The tab will not be displayed, but the associated window remains managed by the notebook and its configuration remembered. Hidden tabs may be restored with the add()
command.
Please login to continue.