forwarding position changed events to peer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-02-24 14:06:15 +00:00
parent d289329218
commit 89a66f111b
3 changed files with 9 additions and 0 deletions

View File

@@ -903,6 +903,10 @@ void wxMacControl::VisibilityChanged(bool shown)
{
}
void wxMacControl::SuperChangedPosition()
{
}
void wxMacControl::SetFont( const wxFont & font , const wxColour& foreground , long windowStyle )
{
m_font = font ;