[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Hiding a Widget & Keeping the Events Running
- From: Marshall Lake <mlake mlake net>
- To: Jan-Marek Glogowski <glogow fbihome de>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Hiding a Widget & Keeping the Events Running
- Date: Sat, 31 Jul 2004 19:33:03 -0400 (EDT)
> I would put my widget inside an GtkEventBox and connect it's
> "button-press" handler. The event box catches the event, when the child
> is hidden.
I have the widget inside a GtkEventBox which, in turn, is inside a table.
I've tried gtk_widget_hide() and gtk_widget_set_child_invisible(). Once
either library call is executed the event handler for that widget stops
being called. I've also tried gtk_widget_unmap() with the same result.
Could the table being present be altering the behavior?
--
Marshall Lake -- mlake mlake net -- http://mlake.net
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]