[Gtk-sharp-list] Click?

Zak zakzak@gmail.com
Wed, 11 Aug 2004 21:31:20 -0500


First off, I'm a complete GTK# newbie but have quite a bit of C#, SWF,
and ASP.NET experience.

I have an HBox with several other controls packed inside and now I
want to receive mouse click events that occur anywhere within the
HBox.  What is the best way to do this?  I've tried a few things
(deriving my own control from HBox and creating a Click event with
SignalAttribute("clicked") and using the ButtonPressEvent, for
instance) with no success thus far.

Thanks!
-- 
-Zak