Re: [gtkmm] onclick event for a Gtk::Entry ?



Guess, you need to look at Events section of GTKMM tutorial/examples/API reference. In this case you will have to connect signal to <entry>.signal_button_press_event (). Don't forget to add event_mask and set after=false when connecting your callback.

bart wrote:

Hi,

Is it possible to generate a onclick event for a Gtk::Entry ? I suppose
not, but it can't hurt asking, For i really need such a thing.

grtz,

Bart





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