Re: how to cleanup the resource of Gtk



"wallice" == wallice  <wallice2000 263 net> writes:

Hi guys,
      i want to cleanup all resource of Gtk without exiting the program? How should i do?
Thanks.

Use gtk_main_quit, this will make the program quit the main loop and
continue from there until the end of your program. It doesn't clean
*everything* but most of the dynamic resources will be cleaned up.


W.




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