C# Class Xwt.GtkBackend.ListStoreBackend

Inheritance: Xwt.GtkBackend.TableStoreBackend, IListStoreBackend
Mostra file Open project: antmicro/xwt Class Usage Examples

Public Methods

Method Description
AddRow ( ) : int
Clear ( ) : void
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetValue ( int row, int column ) : object
InitializeModel ( Type columnTypes ) : Gtk.ITreeModel
InsertRowAfter ( int row ) : int
InsertRowBefore ( int row ) : int
RemoveRow ( int row ) : void
SetValue ( int row, int column, object value ) : void

Method Details

AddRow() public method

public AddRow ( ) : int
return int

Clear() public method

public Clear ( ) : void
return void

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

GetValue() public method

public GetValue ( int row, int column ) : object
row int
column int
return object

InitializeModel() public method

public InitializeModel ( Type columnTypes ) : Gtk.ITreeModel
columnTypes System.Type
return Gtk.ITreeModel

InsertRowAfter() public method

public InsertRowAfter ( int row ) : int
row int
return int

InsertRowBefore() public method

public InsertRowBefore ( int row ) : int
row int
return int

RemoveRow() public method

public RemoveRow ( int row ) : void
row int
return void

SetValue() public method

public SetValue ( int row, int column, object value ) : void
row int
column int
value object
return void