On 14/10/12 05:02, Phil Wolff wrote:
Documentation says "The default handler for this signal destroys the window. Connecting Gtk::Widget::hide_on_delete() to this signal will cause the window to be hidden instead, so that it can later be shown again without reconstructing it."Hi, looking at the docs, it's only referred to in gtkmm 3.6; however, it's not listed as a method of Gtk::Window, and isn't in the Gtk documentation at the gtk doc site. I didn't look through the source, but I'd guess it's still being implemented. Why not just override signal::hide() instead? - with the proviso that altering expected and reasonable behaviour tends to fail user acceptance testing. Ian. |