alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
803 stars 98 forks source link

tooltip for "width" in tk.Message is incorrect #162

Closed AJ6CU closed 1 year ago

AJ6CU commented 1 year ago

Tooltip says characters for with option under Specitic. It is really pixels. Strange as some of the examples I goolged seems to say characterstoo (but also the ones that say wordwrap and height exist and they do not...)

alejandroautalan commented 1 year ago

Hello @AJ6CU thanks for the report.

Maybe you mean another widget? I don't see the error in tk.Message.

Captura de pantalla_2022-11-19_16-45-23

Regards Alejandro A

AJ6CU commented 1 year ago

Probably not an error in true sense of word. Some of the ttk documentation (not yours) says width is in characters. Well it is actually in pixels. Your tooltip doesn't say either way. You "could" make it clear for dummies like me that the "100" is actually pixels.

Regards,

Mark

alejandroautalan commented 1 year ago

Probably not an error in true sense of word. Some of the ttk documentation (not yours) says width is in characters. Well it is actually in pixels. Your tooltip doesn't say either way. You "could" make it clear for dummies like me that the "100" is actually pixels.

Ok, thanks for the clarification. I will add the required information.

Regards. Alejandro A.