C# Class Hyena.Data.Gui.ColumnHeaderCellText

Inheritance: ColumnCellText, IHeaderCell
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetText ( object obj ) : string

Method Details

ColumnHeaderCellText() public méthode

public ColumnHeaderCellText ( DataHandler data_handler ) : System
data_handler DataHandler
Résultat System

GetAccessible() public méthode

public GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
parent ICellAccessibleParent
Résultat Atk.Object

GetArrowWidth() public static méthode

public static GetArrowWidth ( int headerHeight ) : int
headerHeight int
Résultat int

GetText() protected méthode

protected GetText ( object obj ) : string
obj object
Résultat string

Render() public méthode

public Render ( CellContext context, double cellWidth, double cellHeight ) : void
context CellContext
cellWidth double
cellHeight double
Résultat void