C# Class macdoc.MyDocument

Inheritance: MonoMac.AppKit.NSDocument
Show file Open project: kangaroo/monomac Class Usage Examples

Private Properties

Property Type Description
HandleWebViewDecidePolicyForNavigation void
LoadImages void
MyDocument System
ScrollToVisible int
ShowNode void

Public Methods

Method Description
LoadHtml ( string html ) : void
MyDocument ( IntPtr handle ) : System
WindowControllerDidLoadNib ( NSWindowController windowController ) : void

Private Methods

Method Description
HandleWebViewDecidePolicyForNavigation ( object sender, WebNavigatioPolicyEventArgs e ) : void
LoadImages ( ) : void
MyDocument ( MonoMac.Foundation.NSCoder coder ) : System
ScrollToVisible ( Monodoc.Node n ) : int
ShowNode ( Monodoc.Node n ) : void

Method Details

LoadHtml() public method

public LoadHtml ( string html ) : void
html string
return void

MyDocument() public method

public MyDocument ( IntPtr handle ) : System
handle System.IntPtr
return System

WindowControllerDidLoadNib() public method

public WindowControllerDidLoadNib ( NSWindowController windowController ) : void
windowController NSWindowController
return void