[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: The sequence of signals...
- From: Michael Hagemann <michael hagemann unibas ch>
- To: gtk-app-devel-list gnome org
- Subject: Re: The sequence of signals...
- Date: Thu, 30 Oct 2003 11:57:51 +0100
On Wed, 29 Oct 2003 22:10:54 +0100 Andre Lerche wrote:
> Let's say I've a popup menu with several items. I've connected menu's hide
> signal to destroy the menu and the activate signal of some items to execute
> special functions. Now to the problem:
>
> If I activate on of the items, first the menu get's the hide signal and will
> be destroyed. After that the activate signal for the item is thrown, but
> cause it has been destroyed, I get some errormessages. How can I change this?
Just don't destroy it. There's no need for that. :)
hth,
michael
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]