Re: gtk_main_iteration under broadway

2016-08-01 Thread Daniel Kasak
I see. Sorry to ruffle your feathers :) Until now, I was under the impression that this was the way things are done - as you note, it's what's recommended to us evil Perl users. I've done some parts threaded already, but I've found implementations on different platforms ( eg Windows ) kinda tempera

Re: gtk_main_iteration under broadway

2016-08-01 Thread Emmanuele Bassi
Hi; On 29 July 2016 at 04:48, Daniel Kasak wrote: > Hi all. > > I've got some convenience functions that update a progress bar for long > running operations. I do: > > Gtk3::main_iteration() while ( Gtk3::events_pending() ); Stop. I know this kind of behaviour is peddled and cargo culted on gtk-

Re: Custom CSS in GtkBuilder XML

2016-08-01 Thread Emmanuele Bassi
Hi; On 30 July 2016 at 11:54, lu...@middelberg-bi.net wrote: > Using GtkBuilder XML, you can currently only add Styling Information like > so: > > > > > > > > So (please correct me if I'm wrong) CSS cannot be added without actions > outside o