Home
last modified time | relevance | path

Searched refs:m_selectionForeground (Results 1 – 17 of 17) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/sheet/
H A Dsheet.h128 wxColour m_selectionForeground; variable
422 …const wxColour& GetSelectionForeground() const { return GetSheetRefData()->m_selectionForeground; } in GetSelectionForeground()
424 … SetSelectionForeground(const wxColour& c) { GetSheetRefData()->m_selectionForeground = c; } in SetSelectionForeground()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/generic/
H A Dgrid.h1415 { return m_selectionForeground; }
1418 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; }
1637 wxColour m_selectionForeground;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dgrid.h1559 { return m_selectionForeground; }
1562 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; }
1807 wxColour m_selectionForeground;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dgrid.h1559 { return m_selectionForeground; }
1562 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; }
1807 wxColour m_selectionForeground;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dgrid.h1559 { return m_selectionForeground; }
1562 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; }
1807 wxColour m_selectionForeground;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dgrid.h1559 { return m_selectionForeground; }
1562 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; }
1807 wxColour m_selectionForeground;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dgrid.h1592 { return m_selectionForeground; } in GetSelectionForeground()
1595 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; } in SetSelectionForeground()
1895 wxColour m_selectionForeground; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dgrid.h1592 { return m_selectionForeground; } in GetSelectionForeground()
1595 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; } in SetSelectionForeground()
1895 wxColour m_selectionForeground; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dgrid.h2264 { return m_selectionForeground; } in GetSelectionForeground()
2267 void SetSelectionForeground(const wxColour& c) { m_selectionForeground = c; } in SetSelectionForeground()
2581 wxColour m_selectionForeground; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dgrid.cpp2487 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
5594 dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground in DrawCellHighlight()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dgrid.cpp2487 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
5594 dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground in DrawCellHighlight()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dgrid.cpp4662 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
7817 …dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground : m_cellHighlightColour, penWidth, … in DrawCellHighlight()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dgrid.cpp4662 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
7817 …dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground : m_cellHighlightColour, penWidth, … in DrawCellHighlight()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dgrid.cpp4662 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
7817 …dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground : m_cellHighlightColour, penWidth, … in DrawCellHighlight()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dgrid.cpp4662 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
7817 …dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground : m_cellHighlightColour, penWidth, … in DrawCellHighlight()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dgrid.cpp3054 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in Init()
6535 dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground in DrawCellHighlight()
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dsheet.cpp390 m_selectionForeground = wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT); in wxSheetRefData()