Re: [gtk-list] dialog communication, abusing gtk_main()?
- From: Havoc Pennington <hp redhat com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] dialog communication, abusing gtk_main()?
- Date: 22 Mar 2000 21:50:40 -0500
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]