added some overrides to wxTabFrame to remove errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -826,6 +826,19 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DoGetSize(int* x, int* y) const
|
||||||
|
{
|
||||||
|
if (x)
|
||||||
|
*x = m_rect.GetWidth();
|
||||||
|
if (y)
|
||||||
|
*y = m_rect.GetHeight();
|
||||||
|
}
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
// does nothing
|
||||||
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
wxRect m_rect;
|
wxRect m_rect;
|
||||||
|
Reference in New Issue
Block a user