C# Class GtkWidgets.TableWidget2D

Inheritance: TableWidgetBase
Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
Create ( ) : Gtk.Widget
TableWidget2D ( System.Util coloring, float axisX, float valuesY, float axisXmin, float axisXmax, float valuesYmin, float valuesYmax ) : System

Create Gtk.Table visualising 2D table data.

Method Details

Create() public method

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

TableWidget2D() public method

Create Gtk.Table visualising 2D table data.
public TableWidget2D ( System.Util coloring, float axisX, float valuesY, float axisXmin, float axisXmax, float valuesYmin, float valuesYmax ) : System
coloring System.Util
axisX float
valuesY float
axisXmin float
axisXmax float
valuesYmin float
valuesYmax float
return System