Re: problem to recognize the changing of the cursor in a GtkEditable
- From: Maciej Hrebien <m_hrebien wp pl>
- To: gtk-app-devel-list gnome org
- Subject: Re: problem to recognize the changing of the cursor in a GtkEditable
- Date: Tue, 18 Sep 2001 13:43:18 +0200
Markus Harz wrote:
I want to recognize where the cursor moves in my GtkEditable (GtkText)
to
get its position/the current row.
gint gtk_editable_get_position(GtkEditable*);
The "changed"-signal is useless I
guess,
because it will only be send, when the text is changed, but not when I
move the cursor.
Try key_press_event.
--
Maciej Hrebien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]