Akascape / CTkToolTip

Small pop-up widget for displaying details inside customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 7 forks source link

Tag #17

Closed DanielVieira326 closed 4 months ago

DanielVieira326 commented 11 months ago

Would it be possible to add color tags to the tooltip? causing only one word in the middle of the string to appear in red

Akascape commented 11 months ago

@DanielVieira326 I don't think so, because we have used the label widget for the message text and we can't add tag configure methods in there. So we have to change the label widget to tkinter text widget. I will see what can be done. Thanks...