C# Class ColorCellRenderer, heap-prof

Inheritance: Gtk.CellRenderer
显示文件 Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
Idx int
List TypeList,

Public Methods

Method Description
GetSize ( Widget widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void

Protected Methods

Method Description
Render ( Gdk window, Widget widget, Gdk background_area, Gdk cell_area, Gdk expose_area, CellRendererState flags ) : void

Private Methods

Method Description
ColorFromBrush ( Brush b ) : Gdk.Color

Method Details

GetSize() public method

public GetSize ( Widget widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
widget Widget
cell_area Gdk
x_offset int
y_offset int
width int
height int
return void

Render() protected method

protected Render ( Gdk window, Widget widget, Gdk background_area, Gdk cell_area, Gdk expose_area, CellRendererState flags ) : void
window Gdk
widget Widget
background_area Gdk
cell_area Gdk
expose_area Gdk
flags CellRendererState
return void

Property Details

Idx public_oe property

public int Idx
return int

List public_oe property

public TypeList, List
return TypeList,