C# Class Hyena.Data.Gui.ColumnCellText

Inheritance: ColumnCell, ISizeRequestCell, ITextCell, ITooltipCell
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Protected Properties

Свойство Type Description
MinString string

Méthodes publiques

Méthode Description
ColumnCellText ( string property, bool expand ) : System
GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
GetTextAlternative ( object obj ) : string
GetTooltipMarkup ( CellContext cellContext, double columnWidth ) : string
GetWidthRange ( Pango layout, int &min, int &max ) : void
Render ( CellContext context, double cellWidth, double cellHeight ) : void
SetMinMaxStrings ( object min_max ) : void
SetMinMaxStrings ( object min, object max ) : void
UpdateText ( CellContext context, double cellWidth ) : void
UpdateText ( Pango layout, double cellWidth, string text ) : void

Méthodes protégées

Méthode Description
GetText ( object obj ) : string

Private Methods

Méthode Description
ComputeRowHeight ( Gtk.Widget widget ) : int
GetFormattedText ( string text ) : string
UpdateLayout ( Pango layout, string text ) : void

Method Details

ColumnCellText() public méthode

public ColumnCellText ( string property, bool expand ) : System
property string
expand bool
Résultat System

GetAccessible() public méthode

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

GetText() protected méthode

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

GetTextAlternative() public méthode

public GetTextAlternative ( object obj ) : string
obj object
Résultat string

GetTooltipMarkup() public méthode

public GetTooltipMarkup ( CellContext cellContext, double columnWidth ) : string
cellContext CellContext
columnWidth double
Résultat string

GetWidthRange() public méthode

public GetWidthRange ( Pango layout, int &min, int &max ) : void
layout Pango
min int
max int
Résultat void

Render() public méthode

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

SetMinMaxStrings() public méthode

public SetMinMaxStrings ( object min_max ) : void
min_max object
Résultat void

SetMinMaxStrings() public méthode

public SetMinMaxStrings ( object min, object max ) : void
min object
max object
Résultat void

UpdateText() public méthode

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

UpdateText() public méthode

public UpdateText ( Pango layout, double cellWidth, string text ) : void
layout Pango
cellWidth double
text string
Résultat void

Property Details

MinString protected_oe property

protected string MinString
Résultat string