Replies: 1 comment 1 reply
-
@Sobrtonog For this type of things, you have to draw all the components in the canvas of tkinter. The widgets that you place cannot be transparent, but instead you can draw a rectangular box with dotted lines and also add bindings to it. Like for example, I made a node based ui system in tkinter using a single canvas, the background has an image of a grid and the other components are drawn in top of it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there folks, been trying to make a selection rect in ctk - this is what I have so far and it seems... decent although I feel like I'm hitting some limitations when it comes to a few more baseline features I want it to have. It's basically some mouse bind events + I'm resizing a label frame along with re-anchoring the label depending on drag coordinate delta.
Or if this is not the right way to go about it, does anyone have any better ideas?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions