Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

Return option when inserted #38

Closed P3rdigas closed 6 months ago

P3rdigas commented 6 months ago

When trying to implement a listbox with the CTkToolTip, this could not be achieved because there wasn't access to the buttons of the listbox. To solve this issue, returning the button created when inserting a new option, should solve this issue.