C# Class Emveepee.Widgets.StartPage.Item

Exibir arquivo Open project: mono/emveepee

Public Properties

Property Type Description
Bounds Gdk.Rectangle

Protected Properties

Property Type Description
owner StartPage

Public Methods

Method Description
Draw ( Gdk clip ) : void
OnActivated ( ) : void

Protected Methods

Method Description
Item ( StartPage owner ) : System

Method Details

Draw() public abstract method

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

Item() protected method

protected Item ( StartPage owner ) : System
owner StartPage
return System

OnActivated() public method

public OnActivated ( ) : void
return void

Property Details

Bounds public_oe property

public Gdk.Rectangle Bounds
return Gdk.Rectangle

owner protected_oe property

protected StartPage,Emveepee.Widgets owner
return StartPage