C# Class Emveepee.Widgets.StartPage

Inheritance: Gtk.DrawingArea
Mostra file Open project: mono/emveepee Class Usage Examples

Public Methods

Method Description
StartPage ( History history ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk ev ) : bool
OnButtonReleaseEvent ( Gdk ev ) : bool
OnExposeEvent ( Gdk ev ) : bool
OnKeyPressEvent ( Gdk ev ) : bool
OnMotionNotifyEvent ( Gdk ev ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Gtk &requisition ) : void

Private Methods

Method Description
Layout ( ) : void
OnActivated ( StartEventArgs args ) : void
Paint ( Gdk ev ) : void
Refresh ( ) : void
SelectItem ( LinkItem item ) : void
SelectNextItem ( ) : void
SelectPreviousItem ( ) : void

Method Details

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void

StartPage() public method

public StartPage ( History history ) : System
history History
return System