C# Class Stetic.CellRendererPropertyGroup

Inheritance: Gtk.CellRendererText
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public CellRendererPropertyGroup ( Gtk.TreeView tree ) : System
tree Gtk.TreeView
Résultat System

GetCellSize() protected méthode

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

GetSize() public méthode

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
Résultat void

Render() protected méthode

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
Résultat void