Method | Description | |
---|---|---|
CollapseRow ( TreePosition pos ) : void | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
ExpandRow ( TreePosition pos, bool expandedChildren ) : void | ||
ExpandToRow ( TreePosition pos ) : void | ||
GetCellBounds ( TreePosition pos, CellView cell, bool includeMargin ) : Rectangle | ||
GetDropTargetRow ( double x, double y, RowDropPosition &pos, TreePosition &nodePosition ) : bool | ||
GetRowAtPosition ( System.Point p ) : TreePosition | ||
GetRowBounds ( TreePosition pos, bool includeMargin ) : Rectangle | ||
IsRowExpanded ( TreePosition pos ) : bool | ||
IsRowSelected ( TreePosition pos ) : bool | ||
ScrollToRow ( TreePosition pos ) : void | ||
SelectRow ( TreePosition pos ) : void | ||
SetCurrentEventRow ( string path ) : void | ||
SetSource ( ITreeDataSource source, IBackend sourceBackend ) : void | ||
UnselectRow ( TreePosition pos ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void | ||
OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void | ||
OnSetDragTarget ( Gtk table, Gdk actions ) : void |
Method | Description | |
---|---|---|
HandleRowActivated ( object o, Gtk args ) : void | ||
HandleRowCollapsed ( object o, Gtk args ) : void | ||
HandleRowExpanded ( object o, Gtk args ) : void | ||
HandleTestCollapseRow ( object o, Gtk args ) : void | ||
HandleTestExpandRow ( object o, Gtk args ) : void |
public CollapseRow ( TreePosition pos ) : void | ||
pos | TreePosition | |
return | void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public ExpandRow ( TreePosition pos, bool expandedChildren ) : void | ||
pos | TreePosition | |
expandedChildren | bool | |
return | void |
public ExpandToRow ( TreePosition pos ) : void | ||
pos | TreePosition | |
return | void |
public GetCellBounds ( TreePosition pos, CellView cell, bool includeMargin ) : Rectangle | ||
pos | TreePosition | |
cell | CellView | |
includeMargin | bool | |
return | Rectangle |
public GetDropTargetRow ( double x, double y, RowDropPosition &pos, TreePosition &nodePosition ) : bool | ||
x | double | |
y | double | |
pos | RowDropPosition | |
nodePosition | TreePosition | |
return | bool |
public GetRowAtPosition ( System.Point p ) : TreePosition | ||
p | System.Point | |
return | TreePosition |
public GetRowBounds ( TreePosition pos, bool includeMargin ) : Rectangle | ||
pos | TreePosition | |
includeMargin | bool | |
return | Rectangle |
public IsRowExpanded ( TreePosition pos ) : bool | ||
pos | TreePosition | |
return | bool |
public IsRowSelected ( TreePosition pos ) : bool | ||
pos | TreePosition | |
return | bool |
protected OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void | ||
modifierType | Gdk | |
table | Gtk | |
actions | Gdk | |
return | void |
protected OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void | ||
context | Gdk | |
x | int | |
y | int | |
time | uint | |
action | Gdk | |
return | void |
protected OnSetDragTarget ( Gtk table, Gdk actions ) : void | ||
table | Gtk | |
actions | Gdk | |
return | void |
public ScrollToRow ( TreePosition pos ) : void | ||
pos | TreePosition | |
return | void |
public SetCurrentEventRow ( string path ) : void | ||
path | string | |
return | void |
public SetSource ( ITreeDataSource source, IBackend sourceBackend ) : void | ||
source | ITreeDataSource | |
sourceBackend | IBackend | |
return | void |
public UnselectRow ( TreePosition pos ) : void | ||
pos | TreePosition | |
return | void |