How to replace gtk_widget_modify_text() with CSS?

2018-12-17 Thread Nate Bargmann
Greetings to the list. Several years ago I took over maintainership of a useful amateur radio application written for GTK+ 2. As a winter project I've decided to port it to GTK+ 3 and have used the transition guide to accomplish much. I set the build system to generate warnings for deprecated co

Async Callbacks w/Python 3 + Gtk3

2018-12-17 Thread Adam Tauno Williams
I'm rebuilding an old application in Python3+Gtk. The applications makes calls to remote services which I'd like to have be asynchronous.  I've search around the interwebz and found a wide variety of answers to this question [Gtk.mainloop + async(other- loop?)];  almost all of them are pretty old.