C# 클래스 Pinta.MainWindow

파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
HistoryItemSelected ( Gtk.TreeSelection selection, TreeModel model, Gtk.TreePath path, bool path_currently_selected ) : bool
MainWindow ( ) : System

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

HistoryItemSelected() 공개 메소드

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
리턴 bool

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System