Re: [gtk-list] dialog communication, abusing gtk_main()?



Swee Lim <lim_1@mail.com> writes: 
> So my question is, does anyone know a better or more formal way of doing
> this without abusing the gtk_main() function? thank you.
> 

You aren't abusing gtk_main(), it is designed for this. The only thing
you might want to consider is using g_main_run() and g_main_quit()
instead, so you don't accidentally quit the wrong level of main loop.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]