[Gtk-sharp-list] HideOnDelete then DeleteEvent occurs?

Sebastian Vorköper sv@fogman.de
Sat, 03 Apr 2004 14:39:33 +0200


Hello,

how can i use the HideOnDelete() then a DeleteEvent occurs?
I need to show a window then the user wants it and hide the window then
the user clicks the delete button.
I've put the HideOnDelete Method in the Delete Event handler like this,
but this seems to be totally wrong.

public static void on_delete_button2_activate(object obj,
DeleteEventArgs e) {
	win2.HideOnDelete();
}

Thanks,
Sebastian Vorköper
sv@fogman.de