Re: [gtkmm] onclick event for a Gtk::Entry ?
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: bart <bart hakvoort castel nl>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] onclick event for a Gtk::Entry ?
- Date: Mon, 06 Oct 2003 12:48:28 +0400
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]