Linux Mac OSX Windows

  
[uuid(23c2ba03-6c76-11d3-96ed-0060b0fb9956)]
interface nsIRollupListener : nsISupports

Methods

 Notifies the object to rollup
 @result NS_Ok if no errors
void Rollup()
 Asks the RollupListener if it should rollup on mouse activate, eg. X-Mouse
 @result NS_Ok if no errors
void ShouldRollupOnMouseActivate(out PRBool aShould)
 Asks the RollupListener if it should rollup on mousevents
 @result NS_Ok if no errors
void ShouldRollupOnMouseWheelEvent(out PRBool aShould)