Method
GntTextViewappend_text_with_flags
Declaration [src]
void
gnt_text_view_append_text_with_flags (
  GntTextView* view,
  const char* text,
  GntTextFormatFlags flags
)
      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:
GntTextFormatFlagsThe text-flags to apply to the new text.