gtksourceview.SourceTagTable — Text Tag Table object for gtksourceview.SourceView
| class gtksourceview.SourceTagTable(gtk.TextTagTable): | 
    gtksourceview.SourceTagTable(| Returns : | a new gtksourceview.SourceTagTable. | 
    Creates a new gtksourceview.SourceTagTable object.
  
    def add_tags(tags)| 
 | a list conteining gtksourceview.SourceTagobjects. | 
      The set_check_brackets() method Add a list of tag to the table. 
      The added tags are assigned the highest priority in the table.
      If a tag is already present in table or has the same name as an already-added tag, then it is not added to the table.
	  
    def callback(sourcetagtable, user_param1, ...)| 
 | the sourcetagtable that received the signal | 
| 
 | the first user parameter (if any) specified with the connect() method | 
| 
 | additional user parameters (if any) | 
The "changed" signal is emitted when ....