Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::SourceTagTable Class Reference

A GtkSourceTagTable C++ wrapper class. More...

#include <inti/gtk-sourceview/sourcetag.h>

List of all members.

Public Member Functions

Constructors
Accessors
Methods
Signal Proxies

Protected Member Functions

Constructors
Signal Handlers

Detailed Description

A GtkSourceTagTable C++ wrapper class.


Constructor & Destructor Documentation

Inti::Gtk::SourceTagTable::SourceTagTable GtkSourceTagTable *  table,
bool  reference = false
[explicit, protected]
 

Construct a new SourceTagTable from an existing GtkSourceTagTable.

Parameters:
table A pointer to a GtkSourceTagTable.
reference Set false if the initial reference count is floating, set true if it's not.

The table can be a newly created GtkSourceTagTable or an existing GtkSourceTagTable (see G::Object::Object).


Member Function Documentation

void Inti::Gtk::SourceTagTable::add_tags const std::vector< TextTag * > &  tags  ) 
 

Add a list of tags to the table.

Parameters:
tags A vector of SourceTag pointers holding the source tags to add.

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.

void Inti::Gtk::SourceTagTable::remove_source_tags  ) 
 

Removes all the source tags from the table.

This will remove the table's reference to the tags, so be careful - tags will end up destroyed if you don't have a reference to them.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Wed Aug 27 21:17:28 2003 for Inti-SourceView by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002