1. aapplied patch for bcc makefiles from Ricky Gonzales

2. regenerated makefiles with tmake


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-14 14:57:16 +00:00
parent a1a4396142
commit 8e97b17bbd
19 changed files with 3114 additions and 1830 deletions

View File

@@ -43,7 +43,7 @@ bool MyApp::OnInit()
// Quit immediately the dialog has been dismissed
return FALSE;
#else
frame = new MyFrame((wxFrame*) NULL, -1, "Notebook", wxPoint(-1, -1), wxSize(365, 390) );
frame = new MyFrame((wxFrame*) NULL, -1, "Notebook", wxPoint(-1, -1), wxSize(465, 390) );
// Problem with generic wxNotebook implementation whereby it doesn't size properly unless
// you set the size again
@@ -273,8 +273,6 @@ void MyFrame::Init()
c->bottom.SameAs(this, wxBottom);
m_panel->SetConstraints(c);
// Note, omit the wxTAB_STYLE_COLOUR_INTERIOR, so we will guarantee a match
// with the panel background, and save a bit of time.
m_notebook = new wxNotebook(m_panel, ID_NOTEBOOK);
c = new wxLayoutConstraints;