TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.55k stars 1.08k forks source link

Changing of Tab Name #1192

Open smtalds opened 1 year ago

smtalds commented 1 year ago

I added tabs from tabview.Then , i added optional gui language but i can not change tab's name . How can i configure name of tab ?

TomSchimansky commented 1 year ago

Can't be done at the moment.

smtalds commented 1 year ago

@TomSchimansky Hi Tom , I figure something, , We can update the name of tab like this.

tab_view._segmented_button._buttons_dict["tabname"].configure(state=customtkinter.NORMAL, text="name of the tab what we want")

Maybe u can use this. Thanks :)

smtalds commented 1 year ago

But can we add state for tabview HIDDEN option please ?