Method | Description | |
---|---|---|
CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.Widget widget, ICellRendererTarget col, object target, ICellViewFrontend view ) : |
||
CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.CellView view ) : Gtk.Widget | ||
CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, ICollection |
||
GetModelValue ( Gtk.ITreeModel store, Gtk it, int column ) : object | ||
SetCurrentEventRow ( |
||
SetModelValue ( Gtk.ITreeModel store, Gtk it, int column, |
public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.Widget widget, ICellRendererTarget col, object target, ICellViewFrontend view ) : |
||
actx | Xwt.Backends.ApplicationContext | |
widget | Gtk.Widget | |
col | ICellRendererTarget | |
target | object | |
view | ICellViewFrontend | |
return |
public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.CellView view ) : Gtk.Widget | ||
actx | Xwt.Backends.ApplicationContext | |
view | Gtk.CellView | |
return | Gtk.Widget |
public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, ICollection |
||
actx | Xwt.Backends.ApplicationContext | |
views | ICollection |
|
return | Gtk.Widget |
public static GetModelValue ( Gtk.ITreeModel store, Gtk it, int column ) : object | ||
store | Gtk.ITreeModel | |
it | Gtk | |
column | int | |
return | object |
public static SetCurrentEventRow ( |
||
treeBackend | ||
path | string | |
return | void |
public static SetModelValue ( Gtk.ITreeModel store, Gtk it, int column, |
||
store | Gtk.ITreeModel | |
it | Gtk | |
column | int | |
type | ||
value | object | |
return | void |