I was making a desktop application using customktinter library, and in that application i have used CTkTabview to make different tab for different functionality and i wanted a funtion to be fire when ever i change a tab like we can do it in tkinter using bind
I tried to use the bind() like we can in tkinter for notebook, but it does not work and i tried to see about this in the decumentation of customtkinter but there is nothing related to this init. So, i will be very thank full if someone could tell me a way to do this or if there is a way around it.