Swee Lim <[EMAIL PROTECTED]> 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

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to