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."

This is exactly the behavior I want, but g++ says "error: ‘hide_on_delete’ is not a member of ‘Gtk::Widget’".

What am I missing?

_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

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. <http://developer.gnome.org/gtk3/stable/GtkWindow.html> 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.
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to