C# Class Pinta.Core.ChromeManager

Mostrar archivo Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
ChromeManager ( ) : System
Initialize ( Gtk.Toolbar toolToolBar, Gtk.Label statusBarText, Gtk.DrawingArea drawingArea, Gtk.TreeView historyStack, Gtk.Window mainWindow, IProgressDialog progressDialog ) : void
SetStatusBarText ( string text ) : void

Protected Methods

Method Description
OnStatusBarTextChanged ( string text ) : void

Method Details

ChromeManager() public method

public ChromeManager ( ) : System
return System

Initialize() public method

public Initialize ( Gtk.Toolbar toolToolBar, Gtk.Label statusBarText, Gtk.DrawingArea drawingArea, Gtk.TreeView historyStack, Gtk.Window mainWindow, IProgressDialog progressDialog ) : void
toolToolBar Gtk.Toolbar
statusBarText Gtk.Label
drawingArea Gtk.DrawingArea
historyStack Gtk.TreeView
mainWindow Gtk.Window
progressDialog IProgressDialog
return void

OnStatusBarTextChanged() protected method

protected OnStatusBarTextChanged ( string text ) : void
text string
return void

SetStatusBarText() public method

public SetStatusBarText ( string text ) : void
text string
return void