Added a enumeration to suppressEventProcessing.

This commit is contained in:
FlexibleExperiments 2008-03-02 16:29:20 +00:00
parent 14fab9719b
commit e1e57d58d9
3 changed files with 3 additions and 0 deletions

@ -297,6 +297,7 @@ package com.degrafa.skins
/**
* Temporarily suppress event processing for this object.
**/
[Inspectable(category="General", enumeration="true,false")]
public function get surpressEventProcessing():Boolean{
return _surpressEventProcessing;
}

@ -296,6 +296,7 @@ package com.degrafa.skins
/**
* Temporarily suppress event processing for this object.
**/
[Inspectable(category="General", enumeration="true,false")]
public function get surpressEventProcessing():Boolean{
return _surpressEventProcessing;
}

@ -296,6 +296,7 @@ package com.degrafa.skins{
/**
* Temporarily suppress event processing for this object.
**/
[Inspectable(category="General", enumeration="true,false")]
public function get surpressEventProcessing():Boolean{
return _surpressEventProcessing;
}