home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 2010 Software/Programs
/
PCGuia_programas.iso
/
Software
/
Utils
/
Livebrush
/
Install-LivebrushLite.air
/
livebrush.swf
/
scripts
/
fl
/
controls
/
ScrollBarDirection.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-10-26
|
292 b
|
16 lines
package fl.controls
{
public class ScrollBarDirection
{
public static const VERTICAL:String = "vertical";
public static const HORIZONTAL:String = "horizontal";
public function ScrollBarDirection()
{
super();
}
}
}