Re: gtk_main nesting, and how to free/destroy widgets

2009-02-01 Thread Brian J. Tarricone
On Mon, 2 Feb 2009 17:05:40 +1000 Dan Ium wrote: > Does there always need to be at least one gtk_main active, or is it ok > to do call gtk_main after gtk_main_quit is called on the inner most > loop? And if so, do you have to call gtk_init again before you call > gtk_main after the inner most loop

gtk_main nesting, and how to free/destroy widgets

2009-02-01 Thread Dan Ium
Hi, Does there always need to be at least one gtk_main active, or is it ok to do call gtk_main after gtk_main_quit is called on the inner most loop? And if so, do you have to call gtk_init again before you call gtk_main after the inner most loop has quit? Also. what is the proper way to free/dest