AGW Logo

agw_title TransientPopup

This is a sublass of SuperToolTip and it is used to display a “comment-window” on the cells containing a comment (a note).

Note

If Mark Hammonds’ pywin32 package is not available, this class is never invoked.

hierarchy Inheritance Diagram

Inheritance diagram for: TransientPopup

Inheritance diagram of TransientPopup


supclasses Known Superclasses


method_summary Methods Summary

__init__Default class constructor.

API Class API

class TransientPopup(STT.SuperToolTip)[source]

This is a sublass of SuperToolTip and it is used to display a “comment-window” on the cells containing a comment (a note).

Note

If Mark Hammonds’ pywin32 package is not available, this class is never invoked.



__init__(grid_window, comment, position)[source]

Default class constructor.

Parameters:
  • grid_window – the actual window representing the grid;
  • comment – an instance of XLSComment, containing the text for this comment;
  • position – the position at which we pop up the comment window (currently unused).
Tree

Table Of Contents

Previous topic

Excel

Next topic

XLSBackground