C# Class Hyena.Data.Gui.ColumnHeaderCellText

Inheritance: ColumnCellText, IHeaderCell
Show file Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
ColumnHeaderCellText ( DataHandler data_handler ) : System
GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
GetArrowWidth ( int headerHeight ) : int
Render ( CellContext context, double cellWidth, double cellHeight ) : void

Protected Methods

Method Description
GetText ( object obj ) : string

Method Details

ColumnHeaderCellText() public method

public ColumnHeaderCellText ( DataHandler data_handler ) : System
data_handler DataHandler
return System

GetAccessible() public method

public GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
parent ICellAccessibleParent
return Atk.Object

GetArrowWidth() public static method

public static GetArrowWidth ( int headerHeight ) : int
headerHeight int
return int

GetText() protected method

protected GetText ( object obj ) : string
obj object
return string

Render() public method

public Render ( CellContext context, double cellWidth, double cellHeight ) : void
context CellContext
cellWidth double
cellHeight double
return void