C# Class MonoDevelop.VersionControl.Views.LogWidget.RevisionGraphCellRenderer

Inheritance: Gtk.CellRenderer
Mostra file Open project: LogosBible/monodevelop

Public Methods

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

Protected Methods

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

Method Details

GetSize() public method

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

Render() protected method

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