Re: gtk_text_set_point() does not actually show new pos?




Michael Elkins <Michael_Elkins@nai.com> writes:

> How do I make the point show up in the new location after a
> gtk_text_set_point() call without inserting and then deleting a char?

void       gtk_editable_set_position    (GtkEditable    *editable,
					 gint            position);

(point != cursor position)

Regards,
                                        Owen



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