C# Class ScoobyRom.ChecksumWindow

Inheritance: Gtk.Window
Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
ChecksumWindow ( ) : System
SetData ( Data data ) : void

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
AddColumn ( Gtk.TreeViewColumn column, ColNr colNr ) : Gtk.TreeViewColumn
AddHexColumn ( string name, ColNr colNr ) : Gtk.TreeViewColumn
Data_RomChanged ( object sender, EventArgs e ) : void
Init ( ) : void
InitIcons ( ) : void
TreeCellDataFuncHex ( Gtk.TreeViewColumn treeViewColumn, Gtk.CellRenderer renderer, TreeModel treeModel, Gtk.TreeIter iter ) : void
Update ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

ChecksumWindow() public method

public ChecksumWindow ( ) : System
return System

SetData() public method

public SetData ( Data data ) : void
data Data
return void