C# Class CSPspEmu.Gui.GtkSharp.GtkProgram

Inheritance: IGuiWindowInfo
Show file Open project: soywiz/cspspemu

Private Properties

Property Type Description
FileChooserDialog_FileActivated void
GLWidget_RenderFrame void
IGuiWindowInfo void
OpenOpenDialog void
PspDisplay_DrawEvent void
Window_KeyPressEvent void
Window_KeyReleaseEvent void
Window_KeysChanged void
Window_Removed void

Public Methods

Method Description
GtkProgram ( ) : System
Run ( IGuiExternalInterface IGuiExternalInterface ) : void
RunStart ( IGuiExternalInterface IGuiExternalInterface ) : void

Private Methods

Method Description
FileChooserDialog_FileActivated ( object sender, EventArgs e ) : void
GLWidget_RenderFrame ( object sender, EventArgs e ) : void
IGuiWindowInfo ( ) : void
OpenOpenDialog ( ) : void
PspDisplay_DrawEvent ( ) : void
Window_KeyPressEvent ( object o, Gtk.KeyPressEventArgs args ) : void
Window_KeyReleaseEvent ( object o, Gtk.KeyReleaseEventArgs args ) : void
Window_KeysChanged ( object sender, EventArgs e ) : void
Window_Removed ( object o, Gtk.RemovedArgs args ) : void

Method Details

GtkProgram() public method

public GtkProgram ( ) : System
return System

Run() public method

public Run ( IGuiExternalInterface IGuiExternalInterface ) : void
IGuiExternalInterface IGuiExternalInterface
return void

RunStart() public static method

public static RunStart ( IGuiExternalInterface IGuiExternalInterface ) : void
IGuiExternalInterface IGuiExternalInterface
return void