C# Class Views.NumberSelector

Inheritance: Gtk.Bin, IEditable
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
active_value int
isEditable bool

Public Methods

Method Description
BuildArray ( ) : void
NumberSelector ( ) : System

Private Methods

Method Description
OnFocusOutEvent ( object sender, Gtk args ) : void
OnMatchSelected ( object sender, Gtk args ) : void

Method Details

BuildArray() public method

public BuildArray ( ) : void
return void

NumberSelector() public method

public NumberSelector ( ) : System
return System

Property Details

active_value protected_oe property

protected int active_value
return int

isEditable protected_oe property

protected bool isEditable
return bool