Re: gtk_init() command-line args

2018-05-15 Thread Michael Gratton
tion, 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
nnect_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 Gratton, Perce

Scrolling to a GtkListBoxRow after adding it to a GtkListBox

2018-04-14 Thread Michael Gratton
ocate signal is fired. As I mention, connecting 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/>