[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->apply_tag_by_name()
- Method
apply_tag_by_name
-
GTK2.TextBuffer apply_tag_by_name(string name, GTK2.TextIter start, GTK2.TextIter end)
- Description
-
Calls GTK2.TextTagTable->lookup() on the buffers tag table to get a
GTK2.TextTag, then calls apply_tag().
|