CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

don't have ListBox widget

Open raoyi opened this issue 11 months ago • 4 comments

we cannot use ListBox widget in CustomTkinter

raoyi avatar Dec 18 '24 02:12 raoyi

@raoyi See https://github.com/TomSchimansky/CustomTkinter/issues/2653

Regards.

dipeshSam avatar Dec 18 '24 02:12 dipeshSam

Got it, thanks! ❤️ Are there any other extensions like CTkListbox? A collection is necessary, I think.

raoyi avatar Dec 19 '24 02:12 raoyi

@raoyi CTkListbox is itself not an official widget by customtkinter. It is designed and written by a third party contributor as a third party extension to customtkinter. To see more widgets like this, you can have a look over its toolkit https://github.com/Akascape/tkinter-toolkit repository.

Regards.

dipeshSam avatar Dec 19 '24 03:12 dipeshSam

thanks a lot!

raoyi avatar Dec 19 '24 06:12 raoyi