C# Class Stetic.Wrapper.Table

Inheritance: Container
Exibir arquivo Open project: mono/stetic

Private Properties

Property Type Description
AddColumn void
AddRow void
DeleteColumn void
DeleteColumn void
DeleteRow void
DeleteRow void
InsertColumnAfter void
InsertColumnBefore void
InsertRowAfter void
InsertRowBefore void

Public Methods

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

Protected Methods

Method Description
ChildContentsChanged ( Container child ) : void
DoSync ( ) : void

Private Methods

Method 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 method

public AddPlaceholder ( ) : Placeholder
return Placeholder

ChildContentsChanged() protected method

protected ChildContentsChanged ( Container child ) : void
child Container
return void

CreateInstance() public static method

public static CreateInstance ( ) : Gtk.Table
return Gtk.Table

Delete() public method

public Delete ( Stetic ph ) : void
ph Stetic
return void

DoSync() protected method

protected DoSync ( ) : void
return void

Wrap() public method

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
return void