C# Class Cocoa.TableView

Inheritance: Control
Mostra file Open project: mono/cocoa-sharp

Public Methods

Method Description
AddTableColumn ( TableColumn column ) : void
ReloadData ( ) : void
TableView ( IntPtr native_object ) : System
TableView ( Rect frame ) : System

Method Details

AddTableColumn() public method

public AddTableColumn ( TableColumn column ) : void
column TableColumn
return void

ReloadData() public method

public ReloadData ( ) : void
return void

TableView() public method

public TableView ( IntPtr native_object ) : System
native_object System.IntPtr
return System

TableView() public method

public TableView ( Rect frame ) : System
frame Rect
return System