Benedek Dévényi

Results 446 comments of Benedek Dévényi

At the moment I don't you could help, because I don't know what causes the error either. But if you can figure it out, then...

https://github.com/tukaan/tukaan/blob/424570b7b938cedf4a47e3eeb6cc2f6dcd23fd68/tukaan/dialogs/filedialog.py

It's the extension that adds Drag and drop capabilities to Tukaan.

Yes. Files, text, and basically anything that can be dragged (icons from my dock, HTML elements from the browser, color swatches from Inkscape, ...)

The repo is now public https://github.com/tukaan/Dropp

> Maybe add this to the docs? Yeah, I'll add it as soon as this feature is finished (currently it only parses the css file, but doesn't generate a Tcl...

Will add it! I'm in the process of writing a comprehensive tutorial on theming, and that will include CSS stuff.

Gttk can use any Gtk theme that is installed on the system, provided that the theme has a Gtk 2.0 version. So if it's Gtk 3 only (which uses CSS...

Yes, but the Tukaan css theming is a bit different than Gtk. In Tukaan you have to use png images, just as in Tkinter, but the css syntax makes it...

When you do this: ```css .button { color: #fafafa; background-color: #6667ab; padding: 4px 8px; border-radius: 4px; } ``` Tukaan can't generate widget styles based on information like this.