assorted files I forgot to commit before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ bool MyApp::OnInit()
|
||||
frame->Show(TRUE);
|
||||
frame->SetCursor(wxCursor(wxCURSOR_HAND));
|
||||
|
||||
frame->GetPanel()->m_notebook->SetSelection(6);
|
||||
//frame->GetPanel()->m_notebook->SetSelection(6);
|
||||
|
||||
SetTopWindow(frame);
|
||||
|
||||
@@ -395,7 +395,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
||||
wxPoint(0, 250), wxSize(100, 50), wxTE_MULTILINE);
|
||||
m_text->SetBackgroundColour("wheat");
|
||||
|
||||
wxLog::AddTraceMask(_T("focus"));
|
||||
// wxLog::AddTraceMask(_T("focus"));
|
||||
m_logTargetOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_text));
|
||||
|
||||
m_notebook = new wxNotebook(this, ID_NOTEBOOK);
|
||||
@@ -832,6 +832,7 @@ void MyPanel::OnListBoxButtons( wxCommandEvent &event )
|
||||
m_lbSelectThis->Enable( event.GetInt() == 0 );
|
||||
m_lbSelectNum->Enable( event.GetInt() == 0 );
|
||||
m_listboxSorted->Enable( event.GetInt() == 0 );
|
||||
FindWindow(ID_CHANGE_COLOUR)->Enable( event.GetInt() == 0 );
|
||||
break;
|
||||
}
|
||||
case ID_LISTBOX_SEL_NUM:
|
||||
|
Reference in New Issue
Block a user