C# Class Xwt.GtkBackend.ImageRenderer

Inheritance: Xwt.GtkBackend.GtkCellRendererCustom
Mostrar archivo Open project: mono/xwt Class Usage Examples

Public Properties

Property Type Description
Context Xwt.Backends.ApplicationContext

Private Properties

Property Type Description

Protected Methods

Method Description
OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void

Method Details

OnGetSize() protected method

protected OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
widget Gtk
cell_area Gdk
x_offset int
y_offset int
width int
height int
return void

OnRender() protected method

protected OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void
cr Cairo
widget Gtk
background_area Gdk
cell_area Gdk
flags CellRendererState
return void

Property Details

Context public_oe property

public ApplicationContext,Xwt.Backends Context
return Xwt.Backends.ApplicationContext