C# 클래스 LongoMatch.Gui.Component.PlaysCellRenderer

상속: Gtk.CellRenderer
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
GetSize ( Gtk.Widget widget, Gdk.Rectangle &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void

보호된 메소드들

메소드 설명
Render ( Drawable window, Gtk.Widget widget, Gdk.Rectangle backgroundArea, Gdk.Rectangle cellArea, Gdk.Rectangle exposeArea, CellRendererState flags ) : void

메소드 상세

GetSize() 공개 메소드

public GetSize ( Gtk.Widget widget, Gdk.Rectangle &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
widget Gtk.Widget
cell_area Gdk.Rectangle
x_offset int
y_offset int
width int
height int
리턴 void

Render() 보호된 메소드

protected Render ( Drawable window, Gtk.Widget widget, Gdk.Rectangle backgroundArea, Gdk.Rectangle cellArea, Gdk.Rectangle exposeArea, CellRendererState flags ) : void
window Drawable
widget Gtk.Widget
backgroundArea Gdk.Rectangle
cellArea Gdk.Rectangle
exposeArea Gdk.Rectangle
flags CellRendererState
리턴 void