Home
last modified time | relevance | path

Searched refs:m_foregroundColour (Results 1 – 25 of 93) sorted by relevance

1234

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/motif/
H A Dmenu.h73 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
95 wxColour m_foregroundColour; variable
150 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
167 wxColour m_foregroundColour; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/motif/
H A Dmenu.h73 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
95 wxColour m_foregroundColour; variable
150 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
167 wxColour m_foregroundColour; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/motif/
H A Dmenu.h73 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
95 wxColour m_foregroundColour; variable
150 const wxColour& GetForegroundColour() const { return m_foregroundColour; } in GetForegroundColour()
167 wxColour m_foregroundColour; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dwindow.cpp163 m_foregroundColour = *wxBLACK; in Create()
164 m_foregroundColour.CalcPixel( (WXColormap) cm ); in Create()
211 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
277 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
305 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
H A Dpopupwin.cpp80 m_foregroundColour = *wxBLACK; in Create()
81 m_foregroundColour.CalcPixel( (WXColormap) cm); in Create()
H A Dtoplevel.cpp153 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dwindow.cpp143 m_foregroundColour = *wxBLACK; in Create()
144 m_foregroundColour.CalcPixel( (WXColormap) cm ); in Create()
198 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
267 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
295 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
H A Dpopupwin.cpp80 m_foregroundColour = *wxBLACK; in Create()
81 m_foregroundColour.CalcPixel( (WXColormap) cm); in Create()
H A Dtoplevel.cpp156 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dwindow.cpp143 m_foregroundColour = *wxBLACK; in Create()
144 m_foregroundColour.CalcPixel( (WXColormap) cm ); in Create()
198 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
267 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
295 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
H A Dpopupwin.cpp80 m_foregroundColour = *wxBLACK; in Create()
81 m_foregroundColour.CalcPixel( (WXColormap) cm); in Create()
H A Dtoplevel.cpp156 …foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue()… in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dchoice.cpp471 wxDoChangeForegroundColour(m_formWidget, m_foregroundColour); in ChangeForegroundColour()
472 wxDoChangeForegroundColour(m_buttonWidget, m_foregroundColour); in ChangeForegroundColour()
473 wxDoChangeForegroundColour(m_menuWidget, m_foregroundColour); in ChangeForegroundColour()
476 wxDoChangeForegroundColour(m_widgetArray[i], m_foregroundColour); in ChangeForegroundColour()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dchoice.cpp471 wxDoChangeForegroundColour(m_formWidget, m_foregroundColour); in ChangeForegroundColour()
472 wxDoChangeForegroundColour(m_buttonWidget, m_foregroundColour); in ChangeForegroundColour()
473 wxDoChangeForegroundColour(m_menuWidget, m_foregroundColour); in ChangeForegroundColour()
476 wxDoChangeForegroundColour(m_widgetArray[i], m_foregroundColour); in ChangeForegroundColour()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dchoice.cpp471 wxDoChangeForegroundColour(m_formWidget, m_foregroundColour); in ChangeForegroundColour()
472 wxDoChangeForegroundColour(m_buttonWidget, m_foregroundColour); in ChangeForegroundColour()
473 wxDoChangeForegroundColour(m_menuWidget, m_foregroundColour); in ChangeForegroundColour()
476 wxDoChangeForegroundColour(m_widgetArray[i], m_foregroundColour); in ChangeForegroundColour()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/carbon/
H A Dcontrol.cpp53 m_foregroundColour = parent->GetForegroundColour(); in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dstatbmp.cpp39 m_foregroundColour = parent->GetForegroundColour() ; in BEGIN_EVENT_TABLE()
H A Dcontrol.cpp53 m_foregroundColour = parent->GetForegroundColour(); in Create()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dstatbmp.cpp39 m_foregroundColour = parent->GetForegroundColour() ; in BEGIN_EVENT_TABLE()
H A Dcontrol.cpp53 m_foregroundColour = parent->GetForegroundColour(); in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dbmpcbox.cpp194 wxColour colFg = m_foregroundColour; in RecreateControl()
195 m_foregroundColour = wxNullColour; in RecreateControl()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dbmpcbox.cpp194 wxColour colFg = m_foregroundColour; in RecreateControl()
195 m_foregroundColour = wxNullColour; in RecreateControl()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dbmpcbox.cpp190 wxColour colFg = m_foregroundColour; in RecreateControl()
191 m_foregroundColour = wxNullColour; in RecreateControl()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dspinbutt.cpp64 m_foregroundColour = pParent->GetForegroundColour(); in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dspinbutt.cpp64 m_foregroundColour = pParent->GetForegroundColour(); in Create()

1234