public:
/**
Constructor. The tip is shown immediately after the window is constructed.
-
+
@param parent
The parent window, must be non-@NULL
@param text
*/
wxTipWindow(wxWindow* parent, const wxString& text,
wxCoord maxLength = 100,
- wxTipWindow** windowPtr,
+ wxTipWindow** windowPtr = NULL,
wxRect* rectBounds = NULL);
/**
Additionally, if a non-empty @a rectBound is provided, the tip window will
also automatically close if the mouse leaves this area. This is useful to
dismiss the tip mouse when the mouse leaves the object it is associated with.
-
+
@param rectBound
The bounding rectangle for the mouse in the screen coordinates
*/