home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
filler.swf
/
scripts
/
mx
/
core
/
IToolTip.as
< prev
next >
Wrap
Text File
|
2008-09-02
|
284b
|
16 lines
package mx.core
{
import flash.geom.Rectangle;
public interface IToolTip extends IUIComponent
{
function get screen() : Rectangle;
function get text() : String;
function set text(param1:String) : void;
}
}