Re: Gtk 2.0 signals in GtkEntry



Brian Cameron <Brian Cameron Sun COM> writes: 
> I suspect that these actions are all "action signals", so I'm not sure
> that I should even be using them for these purposes.  Any suggestions
> or recommendations about how to access this information would be much
> appreciated.  Is it possible that the GtkEntry widget could generate
> a "move-cursor" signal when the cursor is moved by a mouse click?
> 

move-cursor is an action signal; if it were a notification signal it
would be called "cursor-moved"

So here you basically need to add a cursor-moved signal and implement
having it be emitted at the proper times.

Havoc




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