|
From: Mats B. <ma...@pr...> - 2005-09-02 07:04:16
|
You can see how I made it in Coccinella: http://coccinella.sf.net http://hem.fyristorg.com/matben See the chat dialog if you create more than one thread. In short, I just did a ttk::label with a cross png image which is clickable, and 'place'ed rightmost in the tab area. Not very nice if the tabs extend to the right side, but is easy to modify. I didn't see any other problems using place here. Mats Bryan Oakley wrote: > > Is it possible to detect a click over the image of a ttk::notebook tab? > I'm wanting to put a graphical (x) on each tab (ala safari) for > dismissing the tab. I can display the image but I'm not sure how to go > about making it active. > > If that's not possible or planned, is there any way to add a clickable > image in the right of the blank area reserved for tabs (ala firefox) > other than by placing it with place, which sounds decidedly difficult to > make work in a cross platform way? > > Thanks. > |