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

상속: CanvasItem
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
ClippedRender ( CellContext context ) : void

메소드 상세

Arrange() 공개 메소드

public Arrange ( ) : void
리턴 void

ClippedRender() 보호된 메소드

protected ClippedRender ( CellContext context ) : void
context CellContext
리턴 void

ColumnCell() 공개 메소드

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

GetAccessible() 공개 메소드

public GetAccessible ( ICellAccessibleParent parent ) : Atk.Object
parent ICellAccessibleParent
리턴 Atk.Object

GetTextAlternative() 공개 메소드

public GetTextAlternative ( object obj ) : string
obj object
리턴 string

Measure() 공개 메소드

public Measure ( Gtk.Widget widget ) : Gdk.Size
widget Gtk.Widget
리턴 Gdk.Size

NotifyThemeChange() 공개 메소드

public NotifyThemeChange ( ) : void
리턴 void

Render() 공개 메소드

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