-2

How can I describe radius args in the main window?

import customtkinter as ctk

class main(ctk.CTk): def init(self): super().init(fg_color= "#2ecc71") self.title("") self.geometry("800x600") self.resizable(False, False) self.iconbitmap('folder.ico')

    self.mainloop()
    

if name == 'main': main()
TylerH
  • 20,799
  • 66
  • 75
  • 101

0 Answers0