Method | Description | |
---|---|---|
AddChild ( TreePosition pos ) : TreePosition | ||
Clear ( ) : void | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetChild ( TreePosition pos, int index ) : TreePosition | ||
GetChildrenCount ( TreePosition pos ) : int | ||
GetNext ( TreePosition pos ) : TreePosition | ||
GetParent ( TreePosition pos ) : TreePosition | ||
GetPrevious ( TreePosition pos ) : TreePosition | ||
GetValue ( TreePosition pos, int column ) : object | ||
InitializeModel ( |
||
InsertAfter ( TreePosition pos ) : TreePosition | ||
InsertBefore ( TreePosition pos ) : TreePosition | ||
Remove ( TreePosition pos ) : void | ||
SetValue ( TreePosition pos, int column, object value ) : void |
Method | Description | |
---|---|---|
GetIterPos ( TreePosition pos ) : |
public AddChild ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public GetChild ( TreePosition pos, int index ) : TreePosition | ||
pos | TreePosition | |
index | int | |
return | TreePosition |
public GetChildrenCount ( TreePosition pos ) : int | ||
pos | TreePosition | |
return | int |
public GetNext ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public GetParent ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public GetPrevious ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public GetValue ( TreePosition pos, int column ) : object | ||
pos | TreePosition | |
column | int | |
return | object |
public InitializeModel ( |
||
columnTypes | ||
return | Gtk.ITreeModel |
public InsertAfter ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public InsertBefore ( TreePosition pos ) : TreePosition | ||
pos | TreePosition | |
return | TreePosition |
public SetValue ( TreePosition pos, int column, object value ) : void | ||
pos | TreePosition | |
column | int | |
value | object | |
return | void |