C# Class Cubano.Client.CubanoTitleCell

Inheritance: Hyena.Data.Gui.ColumnCell, ITextCell
Mostra file Open project: abock/cubano Class Usage Examples

Public Methods

Method Description
ComputeRowHeight ( Gtk.Widget widget ) : int
CubanoTitleCell ( ) : System
Render ( CellContext context, StateType state, double cellWidth, double cellHeight ) : void

Method Details

ComputeRowHeight() public method

public ComputeRowHeight ( Gtk.Widget widget ) : int
widget Gtk.Widget
return int

CubanoTitleCell() public method

public CubanoTitleCell ( ) : System
return System

Render() public method

public Render ( CellContext context, StateType state, double cellWidth, double cellHeight ) : void
context Hyena.Data.Gui.CellContext
state StateType
cellWidth double
cellHeight double
return void