How do I intercept keys in a Gtk::Entry widget?

2008-09-25 Thread Garth's KidStuff
Hey All, I'd like to process the right arrow key in a Gtk::Entry widget (so, for instance, if the cursor is at the rightmost insert position, I'd like to do something special) but if I connect to the signal keypress event as so: // LXWidgetEntry inherits from Gtk::Entry LXWidgetEntry::LXWidgetEnt

Re: How do I intercept keys in a Gtk::Entry widget?

2008-09-25 Thread Murray Cumming
On Thu, 2008-09-25 at 08:58 -0700, Garth's KidStuff wrote: > Hey All, > > I'd like to process the right arrow key in a Gtk::Entry widget (so, for > instance, if the cursor is at the rightmost insert position, I'd like to do > something special) but if I connect to the signal keypress event as so:

Re: Learning Glade

2008-09-25 Thread Ruben Safir
On Mon, Apr 28, 2008 at 08:01:13PM +0200, Luis Menina wrote: > If you have a recent version of GTK+ (>= 2.12), just go with GtkBuilder > instead of libglade: this is the way things should be done nowadays, if > you create a simple interface (GtkBuilder is still young). > > You can design your gr