From: Georgios Petasis on
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
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
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