C# Class Stetic.Wrapper.Table

Inheritance: Container
Afficher le fichier Open project: mono/stetic

Private Properties

Свойство Type Description
AddColumn void
AddRow void
DeleteColumn void
DeleteColumn void
DeleteRow void
DeleteRow void
InsertColumnAfter void
InsertColumnBefore void
InsertRowAfter void
InsertRowBefore void

Méthodes publiques

Méthode Description
AddPlaceholder ( ) : Placeholder
CreateInstance ( ) : Gtk.Table
Delete ( Stetic ph ) : void
Wrap ( object obj, bool initialized ) : void

Méthodes protégées

Méthode Description
ChildContentsChanged ( Container child ) : void
DoSync ( ) : void

Private Methods

Méthode Description
AddColumn ( uint col ) : void
AddRow ( uint row ) : void
DeleteColumn ( Gtk context ) : void
DeleteColumn ( uint col ) : void
DeleteRow ( Gtk context ) : void
DeleteRow ( uint row ) : void
InsertColumnAfter ( Gtk context ) : void
InsertColumnBefore ( Gtk context ) : void
InsertRowAfter ( Gtk context ) : void
InsertRowBefore ( Gtk context ) : void

Method Details

AddPlaceholder() public méthode

public AddPlaceholder ( ) : Placeholder
Résultat Placeholder

ChildContentsChanged() protected méthode

protected ChildContentsChanged ( Container child ) : void
child Container
Résultat void

CreateInstance() public static méthode

public static CreateInstance ( ) : Gtk.Table
Résultat Gtk.Table

Delete() public méthode

public Delete ( Stetic ph ) : void
ph Stetic
Résultat void

DoSync() protected méthode

protected DoSync ( ) : void
Résultat void

Wrap() public méthode

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
Résultat void