added rtti info (python problem)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,9 @@ static wxMacToolTip s_ToolTip ;
|
|||||||
static wxWindow* s_LastWindowEntered = NULL ;
|
static wxWindow* s_LastWindowEntered = NULL ;
|
||||||
static wxRect2DInt s_ToolTipArea ;
|
static wxRect2DInt s_ToolTipArea ;
|
||||||
static WindowRef s_ToolTipWindowRef = NULL ;
|
static WindowRef s_ToolTipWindowRef = NULL ;
|
||||||
|
|
||||||
|
IMPLEMENT_ABSTRACT_CLASS(wxToolTip, wxObject)
|
||||||
|
|
||||||
wxToolTip::wxToolTip( const wxString &tip )
|
wxToolTip::wxToolTip( const wxString &tip )
|
||||||
{
|
{
|
||||||
m_text = tip;
|
m_text = tip;
|
||||||
|
@@ -77,6 +77,9 @@ static wxMacToolTip s_ToolTip ;
|
|||||||
static wxWindow* s_LastWindowEntered = NULL ;
|
static wxWindow* s_LastWindowEntered = NULL ;
|
||||||
static wxRect2DInt s_ToolTipArea ;
|
static wxRect2DInt s_ToolTipArea ;
|
||||||
static WindowRef s_ToolTipWindowRef = NULL ;
|
static WindowRef s_ToolTipWindowRef = NULL ;
|
||||||
|
|
||||||
|
IMPLEMENT_ABSTRACT_CLASS(wxToolTip, wxObject)
|
||||||
|
|
||||||
wxToolTip::wxToolTip( const wxString &tip )
|
wxToolTip::wxToolTip( const wxString &tip )
|
||||||
{
|
{
|
||||||
m_text = tip;
|
m_text = tip;
|
||||||
|
Reference in New Issue
Block a user