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 |
Method | Description | |
---|---|---|
OnStatusBarTextChanged ( string text ) : void |
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 |
protected OnStatusBarTextChanged ( string text ) : void | ||
text | string | |
return | void |
public SetStatusBarText ( string text ) : void | ||
text | string | |
return | void |