Method | Description | |
---|---|---|
CellViewBackend ( ) | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetValue ( IDataField field ) : object | ||
Initialize ( ICellViewFrontend cellView, ICellRendererTarget rendererTarget, object target ) : void | ||
InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
LoadData ( Gtk.ITreeModel model, Gtk iter ) : void | ||
QueueDraw ( ) : void | ||
SetCurrentEventRow ( ) : void |
Method | Description | |
---|---|---|
OnLoadData ( ) : void |
Method | Description | |
---|---|---|
HandleButtonPressEvent ( object o, Gtk args ) : void | ||
HandleButtonReleaseEvent ( object o, Gtk args ) : void | ||
HandleMotionNotifyEvent ( object o, Gtk args ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public GetValue ( IDataField field ) : object | ||
field | IDataField | |
return | object |
public Initialize ( ICellViewFrontend cellView, ICellRendererTarget rendererTarget, object target ) : void | ||
cellView | ICellViewFrontend | |
rendererTarget | ICellRendererTarget | |
target | object | |
return | void |
public InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
frontend | object | |
context | Xwt.Backends.ApplicationContext | |
return | void |
public LoadData ( Gtk.ITreeModel model, Gtk iter ) : void | ||
model | Gtk.ITreeModel | |
iter | Gtk | |
return | void |