2012-11-05 04:18:25 +00:00
|
|
|
// WARNING
|
|
|
|
//
|
|
|
|
// This file has been generated automatically by MonoDevelop to store outlets and
|
|
|
|
// actions made in the Xcode designer. If it is removed, they will be lost.
|
|
|
|
// Manual changes to this file may not be handled correctly.
|
|
|
|
//
|
|
|
|
using MonoMac.Foundation;
|
2012-11-04 01:36:12 +00:00
|
|
|
|
|
|
|
namespace NBTExplorer
|
|
|
|
{
|
2012-11-05 04:18:25 +00:00
|
|
|
[Register ("MainWindow")]
|
|
|
|
partial class MainWindow
|
2012-11-04 01:36:12 +00:00
|
|
|
{
|
2012-11-05 04:18:25 +00:00
|
|
|
[Outlet]
|
|
|
|
MonoMac.AppKit.NSToolbar _toolbar { get; set; }
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
MonoMac.AppKit.NSToolbarItem _toolbarOpenFolder { get; set; }
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
MonoMac.AppKit.NSToolbarItem _toolbarSave { get; set; }
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
MonoMac.AppKit.NSScrollView _mainScrollView { get; set; }
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
MonoMac.AppKit.NSOutlineView _mainOutlineView { get; set; }
|
|
|
|
|
|
|
|
[Action ("ActionOpenFolder:")]
|
|
|
|
partial void ActionOpenFolder (MonoMac.Foundation.NSObject sender);
|
|
|
|
|
|
|
|
[Action ("ActionSave:")]
|
|
|
|
partial void ActionSave (MonoMac.Foundation.NSObject sender);
|
|
|
|
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
|
|
{
|
|
|
|
if (_toolbar != null) {
|
|
|
|
_toolbar.Dispose ();
|
|
|
|
_toolbar = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_toolbarOpenFolder != null) {
|
|
|
|
_toolbarOpenFolder.Dispose ();
|
|
|
|
_toolbarOpenFolder = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_toolbarSave != null) {
|
|
|
|
_toolbarSave.Dispose ();
|
|
|
|
_toolbarSave = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_mainScrollView != null) {
|
|
|
|
_mainScrollView.Dispose ();
|
|
|
|
_mainScrollView = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_mainOutlineView != null) {
|
|
|
|
_mainOutlineView.Dispose ();
|
|
|
|
_mainOutlineView = null;
|
|
|
|
}
|
|
|
|
}
|
2012-11-04 01:36:12 +00:00
|
|
|
}
|
2012-11-05 04:18:25 +00:00
|
|
|
|
|
|
|
[Register ("MainWindowController")]
|
|
|
|
partial class MainWindowController
|
2012-11-04 01:36:12 +00:00
|
|
|
{
|
2012-11-05 04:18:25 +00:00
|
|
|
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
|
|
{
|
|
|
|
}
|
2012-11-04 01:36:12 +00:00
|
|
|
}
|
|
|
|
}
|