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