CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

add return super().coords(tag_or_id, *args) in ctk canavas please

Open MaxNiark opened this issue 2 years ago • 2 comments

To get the return of coord like tkinter basic

2hour to undestand why i cannot get dat return x)

thanks

image

MaxNiark avatar Nov 05 '23 23:11 MaxNiark

CTkCanvas is not meant to be used outside the library itself, its just written for rendering the CTk components.

TomSchimansky avatar Jan 14 '24 22:01 TomSchimansky

yeah, i'm using this for something else in my app, i use a canvas widget for matplotlib :)

MaxNiark avatar Jan 20 '24 13:01 MaxNiark