C# Class Xwt.GtkBackend.CellUtil

Mostrar archivo Open project: mono/xwt Class Usage Examples

Public Methods

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

Method Details

CreateCellRenderer() public static method

public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.Widget widget, ICellRendererTarget col, object target, ICellViewFrontend view ) : CellViewBackend
actx Xwt.Backends.ApplicationContext
widget Gtk.Widget
col ICellRendererTarget
target object
view ICellViewFrontend
return CellViewBackend

CreateCellRenderer() public static method

public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, Gtk.CellView view ) : Gtk.Widget
actx Xwt.Backends.ApplicationContext
view Gtk.CellView
return Gtk.Widget

CreateCellRenderer() public static method

public static CreateCellRenderer ( Xwt.Backends.ApplicationContext actx, ICollection views ) : Gtk.Widget
actx Xwt.Backends.ApplicationContext
views ICollection
return Gtk.Widget

GetModelValue() public static method

public static GetModelValue ( Gtk.ITreeModel store, Gtk it, int column ) : object
store Gtk.ITreeModel
it Gtk
column int
return object

SetCurrentEventRow() public static method

public static SetCurrentEventRow ( TreeViewBackend treeBackend, string path ) : void
treeBackend TreeViewBackend
path string
return void

SetModelValue() public static method

public static SetModelValue ( Gtk.ITreeModel store, Gtk it, int column, Type type, object value ) : void
store Gtk.ITreeModel
it Gtk
column int
type System.Type
value object
return void