C# Class Stetic.Editor.TextEditorDialog

Inheritance: IDisposable
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Run ( ) : int
SetTranslatable ( bool translatable ) : void
TextEditorDialog ( ) : System

Protected Methods

Method Description
OnTranslatableToggled ( object s, EventArgs a ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnTranslatableToggled() protected method

protected OnTranslatableToggled ( object s, EventArgs a ) : void
s object
a System.EventArgs
return void

Run() public method

public Run ( ) : int
return int

SetTranslatable() public method

public SetTranslatable ( bool translatable ) : void
translatable bool
return void

TextEditorDialog() public method

public TextEditorDialog ( ) : System
return System