Small correction to list ctrl and default button size.
text ctrl doesn't inherit BG colour anymore added missing file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,7 +178,7 @@ void MyFrame::OnAddPage(wxCommandEvent& WXUNUSED(event))
|
||||
wxPanel *panel = new wxPanel( m_notebook, -1 );
|
||||
(void)new wxButton( panel, -1, "Button", wxPoint( 10,10 ), wxSize(-1,-1) );
|
||||
m_notebook->AddPage( panel, "Added" );
|
||||
m_notebook->SetSelection( m_notebook->GetPageCount()-1 );
|
||||
// m_notebook->SetSelection( m_notebook->GetPageCount()-1 );
|
||||
}
|
||||
|
||||
void MyFrame::OnDeletePage(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user