C# Class Eto.Addin.XamarinStudio.Editor.NSViewContainer2

Inheritance: Gtk.Container
Mostrar archivo Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
NSViewContainer2 ( NSView child = null ) : System

Protected Methods

Method Description
ForAll ( bool include_internals, Callback cb ) : void
OnAdded ( Gtk widget ) : void
OnRealized ( ) : void
OnRemoved ( Gtk widget ) : void
OnSizeAllocated ( Gdk.Rectangle allocation ) : void

Private Methods

Method Description
ConnectSubviews ( NSView v ) : void
GetContainer ( NSView v ) : NSViewContainer2

Method Details

Destroy() public method

public Destroy ( ) : void
return void

ForAll() protected method

protected ForAll ( bool include_internals, Callback cb ) : void
include_internals bool
cb Callback
return void

NSViewContainer2() public method

public NSViewContainer2 ( NSView child = null ) : System
child NSView
return System

OnAdded() protected method

protected OnAdded ( Gtk widget ) : void
widget Gtk
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnRemoved() protected method

protected OnRemoved ( Gtk widget ) : void
widget Gtk
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
return void