From: Georgios Petasis on 4 Mar 2010 09:01 Hi all, Is it possible to hide the tabs of a ttk::notebook? And instead arrange tab raises programmaticaly? (I don't want to use PagesManager from BWidget, as I will have to include another package...) George
From: MSEdit on 4 Mar 2010 10:16 On Mar 4, 3:01 pm, Georgios Petasis <peta...(a)iit.demokritos.gr> wrote: > Hi all, > > Is it possible to hide the tabs of a ttk::notebook? > And instead arrange tab raises programmaticaly? > > (I don't want to use PagesManager from BWidget, as I will have to > include another package...) > > George Do you gain much functionality from not showing the tabs over using 'pack forget' followed by pack ? I have two panels switched by radio buttons using this technique and the amount of code lines is not much different from using a notebook. Martyn
From: Emiliano on 4 Mar 2010 10:20 On 4 mar, 11:01, Georgios Petasis <peta...(a)iit.demokritos.gr> wrote: > Hi all, > > Is it possible to hide the tabs of a ttk::notebook? > And instead arrange tab raises programmaticaly? > > (I don't want to use PagesManager from BWidget, as I will have to > include another package...) > > George Yes. See http://wiki.tcl.tk/20057 Regards Emiliano
|
Pages: 1 Prev: Plotchart library Next: beautiful user interface, is it hard to do? |