C# 클래스 Stetic.Wrapper.Table

상속: Container
파일 보기 프로젝트 열기: mono/stetic

Private Properties

프로퍼티 타입 설명
AddColumn void
AddRow void
DeleteColumn void
DeleteColumn void
DeleteRow void
DeleteRow void
InsertColumnAfter void
InsertColumnBefore void
InsertRowAfter void
InsertRowBefore void

공개 메소드들

메소드 설명
AddPlaceholder ( ) : Placeholder
CreateInstance ( ) : Gtk.Table
Delete ( Stetic ph ) : void
Wrap ( object obj, bool initialized ) : void

보호된 메소드들

메소드 설명
ChildContentsChanged ( Container child ) : void
DoSync ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddPlaceholder() 공개 메소드

public AddPlaceholder ( ) : Placeholder
리턴 Placeholder

ChildContentsChanged() 보호된 메소드

protected ChildContentsChanged ( Container child ) : void
child Container
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ) : Gtk.Table
리턴 Gtk.Table

Delete() 공개 메소드

public Delete ( Stetic ph ) : void
ph Stetic
리턴 void

DoSync() 보호된 메소드

protected DoSync ( ) : void
리턴 void

Wrap() 공개 메소드

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
리턴 void