Re: GtkEntry and move-cursor signal.



"Slobodan Lj. Tomic" <stomic@strider.ho.com> 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




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