Re: Moving from mailing lists to Discourse

2019-02-06 Thread Michael Gratton
ssibly still hosted on GNOME infrastructure, depending on the requirements for our sysadmins. Sounds great! Can we get this for other GNOME projects as well? I'd like to use it for Geary. //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjo

Re: gtk_init() command-line args

2018-05-15 Thread Michael Gratton
y should be using G[tk]Application, which will call this for you, and aso provides a structured way of handing command line arg parsing. ;) Especially since that (IIRC) the plan for GTK+4 is to remove all GTK-specific command line args anyway. //Mike -- ⊨ Michael Gratton, Percept Wrangler.

Re: Scrolling to a GtkListBoxRow after adding it to a GtkListBox

2018-04-16 Thread Michael Gratton
What about using g_signal_connect_after on size-allocate? Or connecting to map-event signal on that widget? Or spinning on gtk_events_pending() until all are done, then scroll down? Good suggestions, but size-allocate does indeed seem to be the right signal. Thanks for your help! //Mike -- ⊨ Michael

Scrolling to a GtkListBoxRow after adding it to a GtkListBox

2018-04-14 Thread Michael Gratton
to size-allocate on the row usually works, but configure and map either don't work or don't help. Does anyone have any better suggestions? Cheers, //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.net/> ___ gtk-app-devel-list m

Porting Vala to GTask corner case: GTask w/o a main loop

2016-09-19 Thread Michael Gratton
loop running? Thanks! //Mike [0] - <https://bugzilla.gnome.org/show_bug.cgi?id=763345> -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.net/> ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mail