C# Class Hyena.Data.Gui.ColumnCellCheckBox

Inheritance: ColumnCell, IInteractiveCell, ISizeRequestCell
Mostra file Open project: GNOME/hyena

Public Properties

Property Type Description
ypad int

Private Properties

Property Type Description

Public Methods

Method 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 method

public ButtonEvent ( System.Point press, bool pressed, uint button ) : bool
press System.Point
pressed bool
button uint
return bool

ColumnCellCheckBox() public method

public ColumnCellCheckBox ( string property, bool expand ) : System
property string
expand bool
return System

CursorLeaveEvent() public method

public CursorLeaveEvent ( ) : bool
return bool

CursorMotionEvent() public method

public CursorMotionEvent ( System.Point motion ) : bool
motion System.Point
return bool

GetWidthRange() public method

public GetWidthRange ( Pango layout, int &min, int &max ) : void
layout Pango
min int
max int
return void

Measure() public method

public Measure ( Size available ) : Size
available Size
return Size

Render() public method

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

Property Details

ypad public_oe property

public int ypad
return int