Re: Detecting click on a label or a box?



On Tuesday 16 December 2003 11:48 pm, Roger Leigh wrote:
> > is it possible to detect mouse clicks on a label or on the enclosing box?
>
> You need to put the label into a Gtk::EventBox.  The EventBox can
> detect events, whereas a Label cannot.  You can then connect to its
> signal_button_press_event signal.

Thanks a lot, I did it!

Maurizio




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]