C# Class Hyena.Data.Gui.ColumnCellCheckBox

Inheritance: ColumnCell, IInteractiveCell, ISizeRequestCell
Afficher le fichier Open project: GNOME/hyena

Méthodes publiques

Свойство Type Description
ypad int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ButtonEvent ( System.Point press, bool pressed, uint button ) : bool
ColumnCellCheckBox ( string property, bool expand ) : System
CursorLeaveEvent ( ) : bool
CursorMotionEvent ( System.Point motion ) : bool
GetWidthRange ( Pango layout, int &min, int &max ) : void
Measure ( Size available ) : Size
Render ( CellContext context, double cellWidth, double cellHeight ) : void

Method Details

ButtonEvent() public méthode

public ButtonEvent ( System.Point press, bool pressed, uint button ) : bool
press System.Point
pressed bool
button uint
Résultat bool

ColumnCellCheckBox() public méthode

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

CursorLeaveEvent() public méthode

public CursorLeaveEvent ( ) : bool
Résultat bool

CursorMotionEvent() public méthode

public CursorMotionEvent ( System.Point motion ) : bool
motion System.Point
Résultat bool

GetWidthRange() public méthode

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

Measure() public méthode

public Measure ( Size available ) : Size
available Size
Résultat Size

Render() public méthode

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

Property Details

ypad public_oe property

public int ypad
Résultat int