Akuli / teek

Simpler alternative to tkinter.
MIT License
31 stars 5 forks source link

Add methods for finding a font with the right size #11

Closed codetent closed 5 years ago

codetent commented 5 years ago

Needs to be checked with the mentioned Linux distribution if this solves the issue #10.

Akuli commented 5 years ago

I have read your changes.

If the value has a to_tcl() method, it’s called with no arguments. It should return a string that will be passed to Tcl.

Edit: I don't want to add runtime type checks to detect these problems because the code in _tcl_calls.py is very performance-critical.

Edit 2: The above sentence used to say "necessary", but I meant "unnecessary".

codetent commented 5 years ago
Akuli commented 5 years ago

Awesome :D