C# Class AspNetEdit.UI.PropertyEditors.StringEditor

Inheritance: BaseEditor
Show file Open project: mono/aspeditor

Public Methods

Method Description
GetEditWidget ( ) : Gtk.Widget
StringEditor ( GridRow parentRow ) : System
entry_Changed ( object sender, EventArgs e ) : void

Method Details

GetEditWidget() public method

public GetEditWidget ( ) : Gtk.Widget
return Gtk.Widget

StringEditor() public method

public StringEditor ( GridRow parentRow ) : System
parentRow GridRow
return System

entry_Changed() public method

public entry_Changed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void