home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Idiot's Guide to Microsoft Excel 2010
/
CIGExcel.iso
/
Videos
/
Flash
/
controller.swf
/
scripts
/
__Packages
/
com
/
techsmith
/
widgets
/
panels
/
PanelStyle.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
|
2010-09-09
|
259 b
|
13 lines
class com.techsmith.widgets.panels.PanelStyle
{
var left_top = null;
var middle = null;
var right_bottom = null;
function PanelStyle(e1, m, e2)
{
this.left_top = e1;
this.middle = m;
this.right_bottom = e2;
}
}