Method

GntTextViewappend_text_with_flags

Declaration [src]

void
gnt_text_view_append_text_with_flags (
  GntTextView* view,
  const char* text,
  GntTextFormatFlags flags
)

Description [src]

Append new text in a textview.

Parameters

text

Type: const char*

The text to append to the textview.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
flags

Type: GntTextFormatFlags

The text-flags to apply to the new text.