C# 클래스 Emveepee.Widgets.StartPage.LinkItem

상속: System.Item
파일 보기 프로젝트 열기: mono/emveepee

공개 프로퍼티들

프로퍼티 타입 설명
Detail string
Type StartEventType

공개 메소드들

메소드 설명
Draw ( Gdk clip ) : void
LinkItem ( StartPage owner, string caption, StartEventType type, string detail, int x, int y ) : System
LinkItem ( StartPage owner, string caption, string description, StartEventType type, string detail, int x, int y ) : System
OnActivated ( ) : void

보호된 메소드들

메소드 설명
LinkItem ( StartPage owner, string caption, string description, int x, int y ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Gdk clip ) : void
clip Gdk
리턴 void

LinkItem() 공개 메소드

public LinkItem ( StartPage owner, string caption, StartEventType type, string detail, int x, int y ) : System
owner StartPage
caption string
type StartEventType
detail string
x int
y int
리턴 System

LinkItem() 공개 메소드

public LinkItem ( StartPage owner, string caption, string description, StartEventType type, string detail, int x, int y ) : System
owner StartPage
caption string
description string
type StartEventType
detail string
x int
y int
리턴 System

LinkItem() 보호된 메소드

protected LinkItem ( StartPage owner, string caption, string description, int x, int y ) : System
owner StartPage
caption string
description string
x int
y int
리턴 System

OnActivated() 공개 메소드

public OnActivated ( ) : void
리턴 void

프로퍼티 상세

Detail 공개적으로 프로퍼티

public string Detail
리턴 string

Type 공개적으로 프로퍼티

public StartEventType Type
리턴 StartEventType