Method

GtkTextget_text_length

Declaration [src]

guint16
gtk_text_get_text_length (
  GtkText* self
)

Description [src]

Retrieves the length of the contents.

This is equivalent to getting selfs GtkEntryBuffer and calling gtk_entry_buffer_get_length() on it.

Return value

Type: guint16

The length of the contents, in characters.