> Hi. I'm a newbie in gtkmm and have some questions. Welcome!
> What happen with window when I close them. I mean when it will be deleted? > Can I solve when to delete windows, if yes than how? I don't know 100% what you are asking here. When a window calls "hide()" then it goes away, but it isn't necessarily deleted. I would guess as long as it is in scope it is still there. > How can I notify GUI thread from another thread (something like postEvent() > from the Qt)? Try Glib::Dispatcher? http://gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Dispatcher.html - John Hobbs [EMAIL PROTECTED] _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
