some common code moved from wxWindow/wxFrame into files in common subdir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-24 17:06:45 +00:00
parent d37a02d0d5
commit 439b3bf1f5
6 changed files with 6 additions and 9 deletions

View File

@@ -3,11 +3,13 @@
// Purpose: common (for all platforms) wxFrame functions
// Author: Julian Smart, Vadim Zeitlin
// Created: 01/02/97
// Id:
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/frame.h"
void wxFrame::OnIdle(wxIdleEvent& event)
{
DoMenuUpdates();