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:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:55:26 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:57:48 +0400
commit182d6fbfcc02a128081623b120262b66c5725907 (patch)
tree3d0cb260bf77c451423f1c00070bc19e59933f7d /MyDocument.cs
parente0e1bdc47bf2dba28baad64318d8cd561ce9eb5c (diff)
[macdoc] Add search and find shortcuts and implementation
Diffstat (limited to 'MyDocument.cs')
-rw-r--r--MyDocument.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MyDocument.cs b/MyDocument.cs
index 67507f0..57f22fc 100644
--- a/MyDocument.cs
+++ b/MyDocument.cs
@@ -504,6 +504,12 @@ namespace macdoc
get { return "MyDocument"; }
}
+ public WebView MainWebView {
+ get {
+ return webView;
+ }
+ }
+
public override NSPrintOperation PrintOperation (NSDictionary printSettings, out NSError outError)
{
outError = null;