Robert
Robert
I described that problem and offered fix here #1124 After implementing that fix you can just set your icon using following method: ``` class YourClass(customtkinter.CTkToplevel): def __init__(self, ...): ... self.wm_iconbitmap(YOUR_ICON)...
> This is still an issue for me, as of version 5.2.2 Unfortunately author of this library just ignores bug reports, he just have to press one damn button to...
@emcek, now you can do that only through access to the protected variables. In your case the solution is: `tabview._segmented_button._buttons_dict["Tab2"].configure(state=customtkinter.DISABLED)` @TomSchimansky, it would be nice to add method that allows...