C# Class AspNetEdit.UI.PropertyEditors.IntEditor

Inheritance: BaseEditor
Show file Open project: mono/aspeditor

Public Methods

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

Method Details

GetEditWidget() public method

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

IntEditor() public method

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

spin_ValueChanged() public method

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