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
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:
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