#define _WX_MSW_TOOLTIP_H_
#include "wx/object.h"
+#include "wx/gdicmn.h"
class WXDLLIMPEXP_FWD_CORE wxWindow;
// ctor & dtor
wxToolTip(const wxString &tip);
virtual ~wxToolTip();
-
+
// ctor used by wxStatusBar to associate a tooltip to a portion of
// the status bar window:
- wxToolTip(wxWindow* win, unsigned int id,
+ wxToolTip(wxWindow* win, unsigned int id,
const wxString &tip, const wxRect& rc);
// accessors