From 841d29fb4c99c79715a8ad0b88b9974a871de5e7 Mon Sep 17 00:00:00 2001 From: Jeremie Laval Date: Wed, 15 Feb 2012 13:51:17 +0100 Subject: [macdoc] Add bookmark manager --- BookmarkAssistant.designer.cs | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 BookmarkAssistant.designer.cs (limited to 'BookmarkAssistant.designer.cs') diff --git a/BookmarkAssistant.designer.cs b/BookmarkAssistant.designer.cs new file mode 100644 index 0000000..f985fc2 --- /dev/null +++ b/BookmarkAssistant.designer.cs @@ -0,0 +1,42 @@ +// 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; + +namespace macdoc +{ + [Register ("BookmarkAssistant")] + partial class BookmarkAssistant + { + [Outlet] + MonoMac.AppKit.NSTableView bookmarkTableView { get; set; } + + [Outlet] + MonoMac.AppKit.NSButtonCell bookmarkTableDeleteBtn { get; set; } + + void ReleaseDesignerOutlets () + { + if (bookmarkTableView != null) { + bookmarkTableView.Dispose (); + bookmarkTableView = null; + } + + if (bookmarkTableDeleteBtn != null) { + bookmarkTableDeleteBtn.Dispose (); + bookmarkTableDeleteBtn = null; + } + } + } + + [Register ("BookmarkAssistantController")] + partial class BookmarkAssistantController + { + + void ReleaseDesignerOutlets () + { + } + } +} -- cgit v1.2.3