Re: [Vala] Call method "on destroy"
- From: Eric Gregory <eric yorba org>
- To: Adrian Stern <adrian stern screenfood com>
- Cc: "vala-list gnome org" <vala-list gnome org>
- Subject: Re: [Vala] Call method "on destroy"
- Date: Thu, 5 Jul 2012 10:39:02 -0700
On Wed, Jul 4, 2012 at 9:11 AM, Adrian Stern <adrian stern screenfood com>wrote:
My question now is if i can put this code inside some kind of methd which
automattically gets fired on destroy ().
Putting it into the destructor ~Destructor() does not work.
So maybe there is a signal i did not find or i can override the destroy
method calling my code first followed by the base.destroy() -method.
You might try the delete-event signal (which is part of GtkWidget.)
- Eric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]