C# 클래스 Hyena.Data.Gui.ColumnCellCheckBox

상속: ColumnCell, IInteractiveCell, ISizeRequestCell
파일 보기 프로젝트 열기: GNOME/hyena

공개 프로퍼티들

프로퍼티 타입 설명
ypad int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

ButtonEvent() 공개 메소드

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

ColumnCellCheckBox() 공개 메소드

public ColumnCellCheckBox ( string property, bool expand ) : System
property string
expand bool
리턴 System

CursorLeaveEvent() 공개 메소드

public CursorLeaveEvent ( ) : bool
리턴 bool

CursorMotionEvent() 공개 메소드

public CursorMotionEvent ( System.Point motion ) : bool
motion System.Point
리턴 bool

GetWidthRange() 공개 메소드

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

Measure() 공개 메소드

public Measure ( Size available ) : Size
available Size
리턴 Size

Render() 공개 메소드

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

프로퍼티 상세

ypad 공개적으로 프로퍼티

public int ypad
리턴 int