C# Class Pinta.Core.FileActions

Exibir arquivo Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
CreateMainMenu ( Gtk menu ) : void
FileActions ( ) : System
OpenFile ( string file ) : void
RegisterHandlers ( ) : void

Private Methods

Method Description
HandlePintaCoreActionsFileExitActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsFileOpenActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsFileSaveActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsFileSaveAsActivated ( object sender, EventArgs e ) : void
SaveFile ( string file ) : void

Method Details

CreateMainMenu() public method

public CreateMainMenu ( Gtk menu ) : void
menu Gtk
return void

FileActions() public method

public FileActions ( ) : System
return System

OpenFile() public method

public OpenFile ( string file ) : void
file string
return void

RegisterHandlers() public method

public RegisterHandlers ( ) : void
return void