wx.StyledText.StcStyleConfiguration Class Reference

List of all members.

Public Member Functions

StcStyleCollection ForFilename (string filename)
System.Xml.Schema.XmlSchema GetSchema ()
void ReadXml (System.Xml.XmlReader reader)
 StcStyleConfiguration ()
void WriteXml (System.Xml.XmlWriter writer)

Public Attributes

List
< StcStyleCollection
Data = new List<StcStyleCollection>()


Detailed Description

Stores a full set of configurations. This creates a default set of styles for some programming languages and manages them. You may add or remove instances of StcStyleCollection as you like. This class also assigns styles to text files referring to their name in the file system. Use instances of this class as a database of styles defining the way that text files are presented in a wx.StyledText.StyledTextCtrl.

Constructor & Destructor Documentation

wx.StyledText.StcStyleConfiguration.StcStyleConfiguration (  ) 


Member Function Documentation

StcStyleCollection wx.StyledText.StcStyleConfiguration.ForFilename ( string  filename  ) 

Returns the styles appropriate to a file names filename. This will look for a matching suffix property of a contained style description. This will return the first style without suffix constraint if none of the contained description matches the file name.

System.Xml.Schema.XmlSchema wx.StyledText.StcStyleConfiguration.GetSchema (  ) 

Not yet implemented.

void wx.StyledText.StcStyleConfiguration.ReadXml ( System.Xml.XmlReader  reader  ) 

void wx.StyledText.StcStyleConfiguration.WriteXml ( System.Xml.XmlWriter  writer  ) 


Member Data Documentation

List<StcStyleCollection> wx.StyledText.StcStyleConfiguration.Data = new List<StcStyleCollection>()


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads