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

Inheritance: Gtk.Container
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
NSViewContainer2 ( NSView child = null ) : System

Méthodes protégées

Méthode 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

Méthode Description
ConnectSubviews ( NSView v ) : void
GetContainer ( NSView v ) : NSViewContainer2

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

ForAll() protected méthode

protected ForAll ( bool include_internals, Callback cb ) : void
include_internals bool
cb Callback
Résultat void

NSViewContainer2() public méthode

public NSViewContainer2 ( NSView child = null ) : System
child NSView
Résultat System

OnAdded() protected méthode

protected OnAdded ( Gtk widget ) : void
widget Gtk
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnRemoved() protected méthode

protected OnRemoved ( Gtk widget ) : void
widget Gtk
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
Résultat void