import "sbIClickablePropertyInfo.idl";
Public Member Functions | |
AString | getValueForClick (in AString aCurrentValue, in unsigned long aBoxWidth, in unsigned long aBoxHeight, in unsigned long aMouseX, in unsigned long aMouseY) |
Convert a mouse click to a value for this property. | |
Public Attributes | |
readonly attribute boolean | suppressSelect |
A property that implements this interface indicates that it can convert a mouse click into a value for the property.
Definition at line 45 of file sbIClickablePropertyInfo.idl.
AString sbIClickablePropertyInfo::getValueForClick | ( | in AString | aCurrentValue, | |
in unsigned long | aBoxWidth, | |||
in unsigned long | aBoxHeight, | |||
in unsigned long | aMouseX, | |||
in unsigned long | aMouseY | |||
) |
Convert a mouse click to a value for this property.
aCurrentValue | The current value of this property | |
aBoxWidth | Width of the clickable area | |
aBoxHeight | Height of the clickable area | |
aMouseX | The X coordinate of the click location | |
aMouseY | The Y coordinate of the click location |