Gtk.CellRenderer.Render Method
Invokes the virtual render function of the Gtk.CellRenderer.

Syntax

public void Render (Gdk.Window window, Widget widget, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, CellRendererState flags)

Parameters

window
an object of type Gdk.Window
widget
an object of type Gtk.Widget
background_area
an object of type Gdk.Rectangle
cell_area
an object of type Gdk.Rectangle
expose_area
an object of type Gdk.Rectangle
flags
an object of type Gtk.CellRendererState

Remarks

The three passed-in rectangles are areas of window. Most renderers will draw within cell_area; background_area includes the blank space around the cell, and also the area containing the tree expander; so the background_area rectangles for all cells tile to cover the entire window. expose_area is a clip rectangle.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)