infiniteTesch
infiniteTesch
Hi, Anyone having trouble with the use of CTk.TopLevel as a warning window that moves to the top of the -z axis?
Hi! im trying to create a custom titlebar but ran into an issue. I don't know how to access the colouring of the bottom frame, which I assume is the...
Hi! As the subject expose I am interested in changing the color of the selected text in the CTkTextbox. There is no such variable but maybe someone found a workaround?...
I've added this code to overcome it: def on_listbox_select(self, selected_option): self.counter += 1 self.index = self.listbox.curselection() if self.counter % 2 == 0: print("Counter = ",self.counter) self.add_index_to_selection(self.index) else: return