C# Class Pinta.MainWindow

Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
HistoryItemSelected ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool path_currently_selected ) : bool
MainWindow ( ) : System

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
Chrome_StatusBarTextChanged ( object sender, Pinta.Core.TextChangedEventArgs e ) : void
CreateToolBox ( ) : void
HistoryRenderIcon ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void
HistoryRenderText ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void
LivePreview_RenderUpdated ( object o, Pinta.Core.LivePreviewRenderUpdatedEventArgs args ) : void
MainWindow_DeleteEvent ( object o, Gtk.DeleteEventArgs args ) : void
OnDrawingarea1ButtonPressEvent ( object o, Gtk args ) : void
OnDrawingarea1ButtonReleaseEvent ( object o, Gtk args ) : void
OnDrawingarea1ExposeEvent ( object o, Gtk args ) : void
OnDrawingarea1KeyPressEvent ( object o, Gtk args ) : void
OnDrawingarea1KeyReleaseEvent ( object o, Gtk args ) : void
OnDrawingarea1MotionNotifyEvent ( object o, Gtk args ) : void
OnHistoryItemsChanged ( object o, EventArgs args ) : void
Workspace_CanvasInvalidated ( object sender, Pinta.Core.CanvasInvalidatedEventArgs e ) : void
Workspace_CanvasSizeChanged ( object sender, EventArgs e ) : void
ZoomToWindow_Activated ( object sender, EventArgs e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

HistoryItemSelected() public method

public HistoryItemSelected ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool path_currently_selected ) : bool
selection Gtk.TreeSelection
model TreeModel
path Gtk.TreePath
path_currently_selected bool
return bool

MainWindow() public method

public MainWindow ( ) : System
return System