Re: gtk_main
- From: Havoc Pennington <hp redhat com>
- To: Jiang XU <jiang xu echostar com>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>, "gtk-list redhat com" <gtk-list redhat com>
- Subject: Re: gtk_main
- Date: 24 Aug 2001 17:21:15 -0400
Jiang XU <jiang xu echostar com> writes:
If I have multi gtk_main in one applicaiton.
I want to directly use g_main_quit(), instead of gtk_quit_main(). So
that I can make sure to quit the correct gtk_main.
How I can get GMainLoop * from gtk++??
Just don't use gtk_main(), instead create a GMainLoop and use
g_main_run(). Then you'll have the GMainLoop you created.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]