C# Class LongoMatch.Gui.Component.PlaysCellRenderer

Inheritance: Gtk.CellRenderer
Show file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Render ( Drawable window, Gtk.Widget widget, Gdk.Rectangle backgroundArea, Gdk.Rectangle cellArea, Gdk.Rectangle exposeArea, CellRendererState flags ) : void

Method Details

GetSize() public method

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

Render() protected method

protected Render ( Drawable window, Gtk.Widget widget, Gdk.Rectangle backgroundArea, Gdk.Rectangle cellArea, Gdk.Rectangle exposeArea, CellRendererState flags ) : void
window Drawable
widget Gtk.Widget
backgroundArea Gdk.Rectangle
cellArea Gdk.Rectangle
exposeArea Gdk.Rectangle
flags CellRendererState
return void