git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13744
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- //
- // VZ: why don't we use wxSystemSettings for !MSW? (FIXME)
-#ifdef __WXMSW__
SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK));
SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK));
-#else
- SetForegroundColour(*wxBLACK);
- SetBackgroundColour(*wxWHITE);
-#endif
// set size, position and show it
m_view = new wxTipWindowView(this);
// set size, position and show it
m_view = new wxTipWindowView(this);
wxNO_BORDER)
{
// set colours
wxNO_BORDER)
{
// set colours
- //
- // VZ: why don't we use wxSystemSettings for !MSW? (FIXME)
-#ifdef __WXMSW__
SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK));
SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT));
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK));
-#else
- SetForegroundColour(*wxBLACK);
- SetBackgroundColour(*wxWHITE);
-#endif
#if !wxUSE_POPUPWIN
m_creationTime = wxGetLocalTime();
#if !wxUSE_POPUPWIN
m_creationTime = wxGetLocalTime();