C# Class Stetic.CellRendererPropertyGroup

Inheritance: Gtk.CellRendererText
Show file Open project: mono/stetic Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetCellSize ( Gtk.Widget widget, int availableWidth, int &width, int &height ) : void
Render ( Drawable window, Gtk.Widget widget, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, CellRendererState flags ) : void

Method Details

CellRendererPropertyGroup() public method

public CellRendererPropertyGroup ( Gtk.TreeView tree ) : System
tree Gtk.TreeView
return System

GetCellSize() protected method

protected GetCellSize ( Gtk.Widget widget, int availableWidth, int &width, int &height ) : void
widget Gtk.Widget
availableWidth int
width int
height int
return void

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 background_area, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, CellRendererState flags ) : void
window Drawable
widget Gtk.Widget
background_area Gdk.Rectangle
cell_area Gdk.Rectangle
expose_area Gdk.Rectangle
flags CellRendererState
return void