Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2011-09-13 06:38:53 +0400
committerMiguel de Icaza <miguel@gnome.org>2011-09-13 06:38:53 +0400
commitf5fe090c81592c9cda708c37cee9381ac4330da0 (patch)
tree0aad9f301a0aa648969e3f00b381d7c8bb1134ae /MyDocument.xib.designer.cs
parentc58636a87fe66dc954d378bf069a9ace0f090f8c (diff)
Some Lion updates
Diffstat (limited to 'MyDocument.xib.designer.cs')
-rw-r--r--MyDocument.xib.designer.cs65
1 files changed, 0 insertions, 65 deletions
diff --git a/MyDocument.xib.designer.cs b/MyDocument.xib.designer.cs
index a7d55cf..ccdff66 100644
--- a/MyDocument.xib.designer.cs
+++ b/MyDocument.xib.designer.cs
@@ -8,68 +8,3 @@
// </autogenerated>
// ------------------------------------------------------------------------------
-namespace macdoc {
-
-
- // Should subclass MonoMac.AppKit.NSDocument
- [MonoMac.Foundation.Register("MyDocument")]
- public partial class MyDocument {
-
- private global::MonoMac.AppKit.NSSegmentedCell __mt_navigationCells;
-
- private global::MonoMac.AppKit.NSOutlineView __mt_outlineView;
-
- private global::MonoMac.AppKit.NSOutlineView __mt_searchResults;
-
- private global::MonoMac.WebKit.WebView __mt_webView;
-
- #pragma warning disable 0169
- [MonoMac.Foundation.Connect("navigationCells")]
- private global::MonoMac.AppKit.NSSegmentedCell navigationCells {
- get {
- this.__mt_navigationCells = ((global::MonoMac.AppKit.NSSegmentedCell)(this.GetNativeField("navigationCells")));
- return this.__mt_navigationCells;
- }
- set {
- this.__mt_navigationCells = value;
- this.SetNativeField("navigationCells", value);
- }
- }
-
- [MonoMac.Foundation.Connect("outlineView")]
- private global::MonoMac.AppKit.NSOutlineView outlineView {
- get {
- this.__mt_outlineView = ((global::MonoMac.AppKit.NSOutlineView)(this.GetNativeField("outlineView")));
- return this.__mt_outlineView;
- }
- set {
- this.__mt_outlineView = value;
- this.SetNativeField("outlineView", value);
- }
- }
-
- [MonoMac.Foundation.Connect("searchResults")]
- private global::MonoMac.AppKit.NSOutlineView searchResults {
- get {
- this.__mt_searchResults = ((global::MonoMac.AppKit.NSOutlineView)(this.GetNativeField("searchResults")));
- return this.__mt_searchResults;
- }
- set {
- this.__mt_searchResults = value;
- this.SetNativeField("searchResults", value);
- }
- }
-
- [MonoMac.Foundation.Connect("webView")]
- private global::MonoMac.WebKit.WebView webView {
- get {
- this.__mt_webView = ((global::MonoMac.WebKit.WebView)(this.GetNativeField("webView")));
- return this.__mt_webView;
- }
- set {
- this.__mt_webView = value;
- this.SetNativeField("webView", value);
- }
- }
- }
-}