C# Class Pinta.Core.ViewActions

ファイルを表示 Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
CreateMainMenu ( Gtk menu ) : void
CreateToolBar ( Gtk toolbar ) : void
RegisterHandlers ( ) : void
ResumeZoomUpdate ( ) : void
SuspendZoomUpdate ( ) : void
ViewActions ( ) : System

Private Methods

Method Description
ComboBox_FocusOutEvent ( object o, Gtk args ) : void
Entry_FocusInEvent ( object o, Gtk args ) : void
HandlePintaCoreActionsViewActualSizeActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsViewZoomComboBoxComboBoxChanged ( object sender, EventArgs e ) : void
HandlePintaCoreActionsViewZoomInActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsViewZoomOutActivated ( object sender, EventArgs e ) : void

Method Details

CreateMainMenu() public method

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

CreateToolBar() public method

public CreateToolBar ( Gtk toolbar ) : void
toolbar Gtk
return void

RegisterHandlers() public method

public RegisterHandlers ( ) : void
return void

ResumeZoomUpdate() public method

public ResumeZoomUpdate ( ) : void
return void

SuspendZoomUpdate() public method

public SuspendZoomUpdate ( ) : void
return void

ViewActions() public method

public ViewActions ( ) : System
return System