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

Inti::Gtk::SourceStyleScheme Class Reference

A GtkSourceStyleScheme C++ wrapper class. More...

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

List of all members.

Public Member Functions

Accessors
Signal Proxies

Static Public Member Functions

Protected Member Functions

Constructors
Signal Handlers

Detailed Description

A GtkSourceStyleScheme C++ wrapper class.


Member Function Documentation

bool Inti::Gtk::SourceStyleScheme::get_style_names std::vector< String > &  names  )  const
 

Get a list of the tag style names.

Parameters:
names A reference to a std::vector of String to hold the style names.
Returns:
true if names is not empty.

SourceTagStyle* Inti::Gtk::SourceStyleScheme::get_tag_style const String &  style_name  )  const
 

Gets the tag style for this scheme.

Parameters:
style_name The name of the source tag style.
Returns:
The SourceTagStyle for style_name.

virtual void Inti::Gtk::SourceStyleScheme::on_style_changed const String &  tag_id  )  [protected, virtual]
 

Called whenever the tag style changes.

Parameters:
tag_id The tag identifier for the new style.


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