added colour tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -624,6 +624,8 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
|||||||
(*m_multitext) << " Appended.";
|
(*m_multitext) << " Appended.";
|
||||||
m_multitext->SetInsertionPoint(0);
|
m_multitext->SetInsertionPoint(0);
|
||||||
m_multitext->WriteText( "Prepended. " );
|
m_multitext->WriteText( "Prepended. " );
|
||||||
|
m_multitext->SetForegroundColour(*wxRED);
|
||||||
|
m_multitext->SetBackgroundColour(*wxLIGHT_GREY);
|
||||||
|
|
||||||
#if wxUSE_TOOLTIPS
|
#if wxUSE_TOOLTIPS
|
||||||
m_multitext->SetToolTip("Press F1 here for statitics, F4 for capture and uncapture mouse.");
|
m_multitext->SetToolTip("Press F1 here for statitics, F4 for capture and uncapture mouse.");
|
||||||
@@ -644,6 +646,8 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
|||||||
"wxHSCROLL style",
|
"wxHSCROLL style",
|
||||||
wxPoint(450, 10), wxSize(200, 230),
|
wxPoint(450, 10), wxSize(200, 230),
|
||||||
wxTE_RICH | wxTE_MULTILINE | wxHSCROLL);
|
wxTE_RICH | wxTE_MULTILINE | wxHSCROLL);
|
||||||
|
m_textrich->SetForegroundColour(wxColour(0, 255, 255));
|
||||||
|
m_textrich->SetBackgroundColour(*wxBLUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyPanel::OnSize( wxSizeEvent &event )
|
void MyPanel::OnSize( wxSizeEvent &event )
|
||||||
|
Reference in New Issue
Block a user