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

Re: Where is the Gnome3 application menu for Cinnamon?

2016-12-20 Thread Michael Gratton
/show_bug.cgi?id=770619 HTH, //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.net/> ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Debugging main loop wakeups

2017-11-23 Thread Michael Gratton
() and g_source_iter_next() is the cause of most of Geary's CPU utilisation when it's otherwise idle. I've also tried to use Dunfell, but it fails with some obscure system tap error. Any suggestions? Cheers! //Mike [0] - <https://bugzilla.gnome.org/show_bug.cgi?id=783025#c6> -- ⊨ Michael Gratton, P

Re: Simple question...

2018-07-01 Thread Michael Gratton
for the imaginary, and a single set of buttons to adjust either depending on which is focused? Just making some suggestions, of course. //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.net/> ___ gtk-list mailing list gtk-list@gnome.org

Re: Simple question...

2018-06-29 Thread Michael Gratton
margin, border and padding right down as well. But you really shouldn't do that, unless you're writing an app only yourself will use. :) //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.net/> ___ gtk-list mailing list gtk-list@gno

Re:

2019-02-20 Thread Michael Gratton
for accessibility, that it can be invoked from both keyboard and mouse, and is used in almost every non-trivial application. In any case, Igor you might find `gdk_event_triggers_context_menu()` helpful? //Mike -- ⊨ Michael Gratton, Percept Wrangler. ⚙ <http://mjog.vee.

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.

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

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