// 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();
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
+#include "wx/defs.h"
+#include "wx/window.h"
+
// Do Update UI processing for child controls
// TODO: should this be implemented for the child window rather
// no idea about what incW might be
gtk_widget_set_usize(m_widget, minW, minH);
}
-
-#include "../common/framecmn.cpp"
{
UpdateWindowUI();
}
-
-#include "../common/wincmn.cpp"
// no idea about what incW might be
gtk_widget_set_usize(m_widget, minW, minH);
}
-
-#include "../common/framecmn.cpp"
{
UpdateWindowUI();
}
-
-#include "../common/wincmn.cpp"