Version 2 of ttk:notebook help

Updated 2011-03-17 22:19:48 by hshang

Can anybody tell me how to delete the tabs created by ttk:notebook? I can create as many as tabs I want, however, I do not know how to delete/close it, and I'd like to run some command when closing it for example, saving files. Thanks for your help.

RLE (2011-03-17): man n ttk_notebook:

 pathname forget tabid
   Removes the tab specified by tabid, unmaps and unmanages the
   associated window.

Looking in the documentation as a first step is always a good idea.


hshang - 2011-03-17 18:19:48

thanks. Guess my question is not clear. I want to have a "X" button by tab label, like the tab frame in a terminal; so that it tab can be closed when "X" button is clicked. However, I could not find a way to add the button.