C# Class atkSharpHelloWorld.HelloTopLevel

Inheritance: Atk.Object
Exibir arquivo Open project: mono/uia2atk

Private Properties

Property Type Description

Public Methods

Method Description
FireChildrenChanged ( uint changeIndex, Atk child ) : void

Protected Methods

Method Description
HelloTopLevel ( ) : System
OnGetNChildren ( ) : int
OnRefChild ( int i ) : Atk.Object

Method Details

FireChildrenChanged() public method

public FireChildrenChanged ( uint changeIndex, Atk child ) : void
changeIndex uint
child Atk
return void

HelloTopLevel() protected method

protected HelloTopLevel ( ) : System
return System

OnGetNChildren() protected method

protected OnGetNChildren ( ) : int
return int

OnRefChild() protected method

protected OnRefChild ( int i ) : Atk.Object
i int
return Atk.Object