Re: Where is the Gtk::Object 'destroy' signal?!?!
- From: Murray Cumming <murrayc murrayc com>
- To: Jan Hudec <bulb ucw cz>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Where is the Gtk::Object 'destroy' signal?!?!
- Date: Sun, 05 Dec 2004 20:22:38 +0100
On Sat, 2004-12-04 at 14:56 +0100, Jan Hudec wrote:
> Hello All,
>
> Where the hell do I find the Gtk::Object destroy signal?!?!
It does not exist in gtkmm, because C++ has destructors, in which you
can put code.
> I need it to properly manage the lifetime of my application.
> In fact, I'd prefere the Glib::Object's 'finalize' signal for it, but
> it's not a signal. It should be.
>
> (I am going to use sigc::trackable's add_destroy_notify_callback, but
> that requires a C function instead of a functor.)
I doubt very much that you need it. Maybe if you explain what you are
trying to do then we can give you more useful advice.
--
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]