C# Class Hyena.Data.Gui.ColumnCell

Inheritance: CanvasItem
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
Arrange ( ) : void
ColumnCell ( string property, bool expand ) : System
GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
GetTextAlternative ( object obj ) : string
Measure ( Gtk.Widget widget ) : Gdk.Size
NotifyThemeChange ( ) : void
Render ( CellContext context, double cellWidth, double cellHeight ) : void

Méthodes protégées

Méthode Description
ClippedRender ( CellContext context ) : void

Method Details

Arrange() public méthode

public Arrange ( ) : void
Résultat void

ClippedRender() protected méthode

protected ClippedRender ( CellContext context ) : void
context CellContext
Résultat void

ColumnCell() public méthode

public ColumnCell ( 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

GetTextAlternative() public méthode

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

Measure() public méthode

public Measure ( Gtk.Widget widget ) : Gdk.Size
widget Gtk.Widget
Résultat Gdk.Size

NotifyThemeChange() public méthode

public NotifyThemeChange ( ) : void
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