fix the documentation
2002-12-21 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
This commit is contained in:

committed by
Havoc Pennington

parent
968f6f2b9f
commit
535c4b5203
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-21 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
|
||||||
|
|
||||||
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.2.0 ===
|
* === Released 2.2.0 ===
|
||||||
|
@ -7704,11 +7704,19 @@ gtk_text_view_starts_display_line (GtkTextView *text_view,
|
|||||||
* gtk_text_view_move_visually:
|
* gtk_text_view_move_visually:
|
||||||
* @text_view: a #GtkTextView
|
* @text_view: a #GtkTextView
|
||||||
* @iter: a #GtkTextIter
|
* @iter: a #GtkTextIter
|
||||||
* @count: number of lines to move
|
* @count: number of characters to move (negative moves left, positive moves right)
|
||||||
*
|
*
|
||||||
* Moves @iter up or down by @count display (wrapped) lines.
|
* Move the iterator a given number of characters visually, treating
|
||||||
* See gtk_text_view_forward_display_line() for an explanation of
|
* it as the strong cursor position. If @count is positive, then the
|
||||||
* display lines vs. paragraphs.
|
* new strong cursor position will be @count positions to the right of
|
||||||
|
* the old cursor position. If @count is negative then the new strong
|
||||||
|
* cursor position will be @count positions to the left of the old
|
||||||
|
* cursor position.
|
||||||
|
*
|
||||||
|
* In the presence of bidirection text, the correspondence
|
||||||
|
* between logical and visual order will depend on the direction
|
||||||
|
* of the current run, and there may be jumps when the cursor
|
||||||
|
* is moved off of the end of a run.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if @iter moved and is not on the end iterator
|
* Return value: %TRUE if @iter moved and is not on the end iterator
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user