C# Class Xwt.GtkBackend.ListStoreBackend

Inheritance: Xwt.GtkBackend.TableStoreBackend, IListStoreBackend
Afficher le fichier Open project: antmicro/xwt Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddRow ( ) : int
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

GetValue() public méthode

public GetValue ( int row, int column ) : object
row int
column int
Résultat object

InitializeModel() public méthode

public InitializeModel ( Type columnTypes ) : Gtk.ITreeModel
columnTypes System.Type
Résultat Gtk.ITreeModel

InsertRowAfter() public méthode

public InsertRowAfter ( int row ) : int
row int
Résultat int

InsertRowBefore() public méthode

public InsertRowBefore ( int row ) : int
row int
Résultat int

RemoveRow() public méthode

public RemoveRow ( int row ) : void
row int
Résultat void

SetValue() public méthode

public SetValue ( int row, int column, object value ) : void
row int
column int
value object
Résultat void