C# Class LongoMatch.Gui.Panel.PreferencesPanel

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

Public Methods

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

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
AddPane ( string desc, Gdk.Pixbuf icon, Gtk.Widget pane ) : void
AddPanels ( ) : void
HandleCursorChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetKeyContext() public method

public GetKeyContext ( ) : KeyContext
return KeyContext

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnLoad() public method

public OnLoad ( ) : void
return void

OnUnload() public method

public OnUnload ( ) : void
return void

PreferencesPanel() public method

public PreferencesPanel ( ) : System
return System

SetViewModel() public method

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