add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1092,7 +1092,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
||||
(*m_multitext) << _T(" Appended.");
|
||||
m_multitext->SetInsertionPoint(0);
|
||||
m_multitext->WriteText( _T("Prepended. ") );
|
||||
m_multitext->SetForegroundColour(*wxRED);
|
||||
m_multitext->SetForegroundColour(*wxYELLOW);
|
||||
m_multitext->SetBackgroundColour(*wxLIGHT_GREY);
|
||||
|
||||
#if wxUSE_TOOLTIPS
|
||||
|
Reference in New Issue
Block a user