C# Class Emveepee.Widgets.StartPage.LinkItem

Inheritance: System.Item
Exibir arquivo Open project: mono/emveepee

Public Properties

Property Type Description
Detail string
Type StartEventType

Public Methods

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

Protected Methods

Method Description
LinkItem ( StartPage owner, string caption, string description, int x, int y ) : System

Method Details

Draw() public method

public Draw ( Gdk clip ) : void
clip Gdk
return void

LinkItem() public method

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
return System

LinkItem() public method

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
return System

LinkItem() protected method

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

OnActivated() public method

public OnActivated ( ) : void
return void

Property Details

Detail public_oe property

public string Detail
return string

Type public_oe property

public StartEventType Type
return StartEventType