Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.SourceBuffer

Method GTK2.SourceBuffer()->create()


Method create

GTK2.SourceBuffer GTK2.SourceBuffer(GTK2.SourceTagTable table_or_lang)

Description

Creates a new source buffer. If table_or_lang is a GTK2.SourceLanguage, it will create a buffer using the highlighting patterns of that language. If it is a GTK2.SourceTagTable, it will use that table, otherwise it will be a new source buffer with a new tag table.