Method | Description | |
---|---|---|
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetCellBounds ( int row, CellView cell, bool includeMargin ) : Rectangle | ||
GetRowAtPosition ( System.Point p ) : int | ||
GetRowBounds ( int row, bool includeMargin ) : Rectangle | ||
ScrollToRow ( int row ) : void | ||
SelectRow ( int row ) : void | ||
SetCurrentEventRow ( string path ) : void | ||
SetSource ( IListDataSource source, IBackend sourceBackend ) : void | ||
StartEditingCell ( int row, CellView cell ) : void | ||
UnselectRow ( int row ) : void |
Method | Description | |
---|---|---|
HandleRowActivated ( object o, Gtk args ) : void | ||
UpdateBorder ( ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public GetCellBounds ( int row, CellView cell, bool includeMargin ) : Rectangle | ||
row | int | |
cell | CellView | |
includeMargin | bool | |
return | Rectangle |
public GetRowAtPosition ( System.Point p ) : int | ||
p | System.Point | |
return | int |
public GetRowBounds ( int row, bool includeMargin ) : Rectangle | ||
row | int | |
includeMargin | bool | |
return | Rectangle |
public SetCurrentEventRow ( string path ) : void | ||
path | string | |
return | void |
public SetSource ( IListDataSource source, IBackend sourceBackend ) : void | ||
source | IListDataSource | |
sourceBackend | IBackend | |
return | void |
public StartEditingCell ( int row, CellView cell ) : void | ||
row | int | |
cell | CellView | |
return | void |