C# Class Xwt.GtkBackend.TextIndexer

Mostrar archivo Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
ByteIndexToIndex ( int i ) : int
IndexToByteIndex ( int i ) : int
SetupTables ( string text ) : void
TextIndexer ( string text ) : System

Method Details

ByteIndexToIndex() public method

public ByteIndexToIndex ( int i ) : int
i int
return int

IndexToByteIndex() public method

public IndexToByteIndex ( int i ) : int
i int
return int

SetupTables() public method

public SetupTables ( string text ) : void
text string
return void

TextIndexer() public method

public TextIndexer ( string text ) : System
text string
return System