Benedek Dévényi
Benedek Dévényi
Some files could be merged
```[tasklist] ### Implement binding API - [x] Bind individual widgets - [x] Bind widget classes - [ ] Bind entire application (global bind) - [x] Get information about bindings -...
Implement a DBus API via [`dbus-tcl`](https://wiki.tcl-lang.org/page/dbus-tcl). Other GLib implementations would be a pain to use with Tk, and the native Python libraries use `asyncio` which wonn't work with Tukaan either....
Fixes #109
### TODO: * Features of the traditional canvas widget: https://www.tcl.tk/man/tcl8.6/TkCmd/canvas.html * Features of the TkPath canvas widget https://github.com/avarga/tkpath/blob/master/doc/readme.adoc * OpenGL rendering - [ ] OpenGlCanvas class - [ ] `moderngl`...
a.k.a labelframe. It could be really similar to the `Frame` (probably they should even be in the same file), but with a `title` attribute (a `TextProp` from `_props.py`. It should...
A group of buttons, similar to `RadioGroup`. The button labels and callbacks could be specified in a dict, like `items={"Text": do_something}`. The leftmost button should have the `Left.TButton` style, the...
- [ ] `MessageCatalog` object - [ ] Localized internal strings - [ ] Right to left on non-Windows systems?
- [ ] Screen reader support I'm not sure... https://sourceforge.net/p/tcl/mailman/tcl-core/thread/8c01c04a-7c44-89a6-e2b4-90e919e37f63%40codebykevin.com/#msg36955189