Added a enumeration to suppressEventProcessing.
This commit is contained in:
parent
14fab9719b
commit
e1e57d58d9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user