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:39:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2011-09-13 06:39:07 +0400
commitd613b9bfcda67a86a7a81c1e56820d774ead9e2c (patch)
treee7256fba5eb00963508f59a2793d1631ff7c2d99 /MyDocument.xib.designer.cs
parentf5fe090c81592c9cda708c37cee9381ac4330da0 (diff)
Revert "Some Lion updates"
This reverts commit 716b01ed21c99feb095e012420adee75868e7cbc.
Diffstat (limited to 'MyDocument.xib.designer.cs')
-rw-r--r--MyDocument.xib.designer.cs65
1 files changed, 65 insertions, 0 deletions
diff --git a/MyDocument.xib.designer.cs b/MyDocument.xib.designer.cs
index ccdff66..a7d55cf 100644
--- a/MyDocument.xib.designer.cs
+++ b/MyDocument.xib.designer.cs
@@ -8,3 +8,68 @@
// </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);
+ }
+ }
+ }
+}