Method

GtkTextIterforward_visible_cursor_positions

since: 2.4

Declaration [src]

gboolean
gtk_text_iter_forward_visible_cursor_positions (
  GtkTextIter* iter,
  gint count
)

Description [src]

Moves up to count visible cursor positions. See gtk_text_iter_forward_cursor_position() for details.

Available since: 2.4

Parameters

count

Type: gint

Number of positions to move.

Return value

Type: gboolean

TRUE if we moved and the new position is dereferenceable.