Tom Schimansky
Tom Schimansky
The bind method will be implemented for all CTk widgets in the next major version 5.0.0, which will be released soon.
Textbox will be finished in the next days with version 5.0.0.
I added an icon attribute now with version 1.16, where you can pass a PhotoImage object, which will replace the standard location marker: https://github.com/TomSchimansky/TkinterMapView#create-position-markers Here is an example program: https://github.com/TomSchimansky/TkinterMapView/blob/main/examples/map_view_marker_icon_images.py
I added width attribute now with version 1.17. color attribute was added a while ago.
With version 5.0.0 I added the `anchor`and `border_spaing` option, the text and image can now be aligned in the button.
Works now with version 5.0.0.
I think the solution to these kind of problems would be to place the widgets you want to hide in a frame and forget or place the frame. This causes...
CTkScrollabelFrame is now implemented and if you have a look at: https://github.com/TomSchimansky/CustomTkinter/blob/master/examples/scrollable_frame_example.py You can implement all kind of listboxes now, with some performance limitations if there are too many elements....
I added the CTkTextbox now with version 5.0.0!
Should be fixed now with version 5.0.0.