C# Class LongoMatch.Gui.Panel.WelcomePanel

Inheritance: Gtk.Bin
Exibir arquivo Open project: LongoMatch/longomatch

Private Properties

Property Type Description
Create void
CreateButton Gtk.Widget
HandlePreferencesClicked void
Populate void

Public Methods

Method Description
GetKeyContext ( ) : KeyContext
OnLoad ( ) : void
OnUnload ( ) : void
SetViewModel ( object viewModel ) : void
WelcomePanel ( ) : System

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
Create ( ) : void
CreateButton ( WelcomeButton b ) : Gtk.Widget
HandlePreferencesClicked ( object sender, EventArgs e ) : void
Populate ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

GetKeyContext() public method

public GetKeyContext ( ) : KeyContext
return KeyContext

OnLoad() public method

public OnLoad ( ) : void
return void

OnUnload() public method

public OnUnload ( ) : void
return void

SetViewModel() public method

public SetViewModel ( object viewModel ) : void
viewModel object
return void

WelcomePanel() public method

public WelcomePanel ( ) : System
return System