git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@360
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Purpose: common (for all platforms) wxFrame functions
// Author: Julian Smart, Vadim Zeitlin
// Created: 01/02/97
// Purpose: common (for all platforms) wxFrame functions
// Author: Julian Smart, Vadim Zeitlin
// Created: 01/02/97
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void wxFrame::OnIdle(wxIdleEvent& event)
{
DoMenuUpdates();
void wxFrame::OnIdle(wxIdleEvent& event)
{
DoMenuUpdates();
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// 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
// 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);
}
// no idea about what incW might be
gtk_widget_set_usize(m_widget, minW, minH);
}
-
-#include "../common/framecmn.cpp"
-
-#include "../common/wincmn.cpp"
// no idea about what incW might be
gtk_widget_set_usize(m_widget, minW, minH);
}
// no idea about what incW might be
gtk_widget_set_usize(m_widget, minW, minH);
}
-
-#include "../common/framecmn.cpp"
-
-#include "../common/wincmn.cpp"