"Slobodan Lj. Tomic" <[EMAIL PROTECTED]> writes:
> I hava a widget of GtkEntry type, and I would like to control movement
> of cursor (for a widget which is more suitable for entering amounts,
> dates, times, etc.). I connect to 'move-cursor' signal, but nothing
> happens (like this signal doesn't get triggered at all).
>
Note that the signal is move_cursor not cursor_moved - that means the
signal is not for notification, rather it's just a virtual function
that moves the cursor. In this case it's used for keyboard navigation
I think.
It doesn't have a cursor_moved signal I don't think.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list