[gtkmm] window destroy event
- From: Erwan Ancel <eancel amadeus net>
- To: gtkmm-list gnome org
- Subject: [gtkmm] window destroy event
- Date: Fri, 28 May 2004 10:43:49 +0200
Hi,
I have troubles while handling the destroy event of a window: I would like
to avoid destroying the window in some cases.
I connect a method to the event: this works fine:
myWindow.signal_delete_event().connect(SigC::slot(*this,
&MyWindow::closeCrossClicked));
But In this method MyWindow::closeCrossClicked, how can I cancel the window
destruction ?
Erwan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]