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>2010-12-30 23:11:16 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-12-30 23:11:16 +0300
commit7294674c88484a0ca5d4eb8698f8bddcd20c41aa (patch)
tree5b4a97d6c06e93f9af377e1a761018497608cb32 /MyDocument.xib.designer.cs
parent4e746a4db53aed6783c7a135144991ed6c4c75e1 (diff)
[macdoc] history support, back/fwd images
Diffstat (limited to 'MyDocument.xib.designer.cs')
-rw-r--r--MyDocument.xib.designer.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/MyDocument.xib.designer.cs b/MyDocument.xib.designer.cs
index 30f9234..d0ffb31 100644
--- a/MyDocument.xib.designer.cs
+++ b/MyDocument.xib.designer.cs
@@ -15,6 +15,8 @@ namespace macdoc {
[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;
@@ -22,6 +24,18 @@ namespace macdoc {
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 {