home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Elearn
/
Fizica
/
vol1
/
interfata.swf
/
scripts
/
%3Cdefault package%3E
/
FComboBoxItemSymbol.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2005-01-03
|
401 b
|
15 lines
function FComboBoxItemClass()
{
this.init();
}
FComboBoxItemClass.prototype = new FSelectableItemClass();
Object.registerClass("FComboBoxItemSymbol",FComboBoxItemClass);
FComboBoxItemClass.prototype.setSize = function(w, h)
{
super.setSize(w,h);
this.highlight_mc.onRollOver = function()
{
this.controller.controller.selectionHandler(this.controller.itemNum);
};
};