Method

GtkTextIterset_offset

Declaration [src]

void
gtk_text_iter_set_offset (
  GtkTextIter* iter,
  gint char_offset
)

Description [src]

Sets iter to point to char_offset. char_offset counts from the start of the entire text buffer, starting with 0.

Parameters

char_offset

Type: gint

A character number.