C# Class Xwt.GtkBackend.RichTextViewBackend

Inheritance: WidgetBackend, IRichTextViewBackend
Show file Open project: mono/xwt

Private Properties

Property Type Description
HandleNavigateToUrl void
InitTagTable void

Public Methods

Method Description
CreateBuffer ( ) : IRichTextBuffer
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
RichTextViewBackend ( ) : System
SetBuffer ( IRichTextBuffer buffer ) : void

Protected Methods

Method Description
OnSetBackgroundColor ( Drawing color ) : void

Private Methods

Method Description
HandleNavigateToUrl ( object sender, NavigateToUrlEventArgs e ) : void
InitTagTable ( ) : void

Method Details

CreateBuffer() public method

public CreateBuffer ( ) : IRichTextBuffer
return IRichTextBuffer

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

OnSetBackgroundColor() protected method

protected OnSetBackgroundColor ( Drawing color ) : void
color Drawing
return void

RichTextViewBackend() public method

public RichTextViewBackend ( ) : System
return System

SetBuffer() public method

public SetBuffer ( IRichTextBuffer buffer ) : void
buffer IRichTextBuffer
return void