Home
last modified time | relevance | path

Searched refs:clrForeground (Results 1 – 23 of 23) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dhelpchm.cpp168 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DisplayContextPopup()
194 popup.clrForeground = (COLORREF)-1; in ShowContextHelpPopup()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dhelpchm.cpp168 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DisplayContextPopup()
194 popup.clrForeground = (COLORREF)-1; in ShowContextHelpPopup()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dhelpchm.cpp168 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DisplayContextPopup()
194 popup.clrForeground = (COLORREF)-1; in ShowContextHelpPopup()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dhelpchm.cpp168 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DisplayContextPopup()
194 popup.clrForeground = (COLORREF)-1; in ShowContextHelpPopup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dhtmlhelp.h163 COLORREF clrForeground; member
175 COLORREF clrForeground; member
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/
H A Dmissing.h219 COLORREF clrForeground; member
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DBannerFactory.cs345 int y, Font font, Color clrForeground, bool bRtl, int wImg) in DrawText() argument
362 using(SolidBrush br = new SolidBrush(clrForeground)) in DrawText()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dhelpchm.cpp158 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DoDisplayTextPopup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dhelpchm.cpp158 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DoDisplayTextPopup()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dhelpchm.cpp161 popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT); in DoDisplayTextPopup()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/windows/jnisrc/libWindows/
H A Dhtmlhelp.h181 COLORREF clrForeground; // use -1 for default member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhtmlhelp.h161 COLORREF clrForeground; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhtmlhelp.h161 COLORREF clrForeground; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Data/HtmlHelp/
H A Dmod.rs370 pub clrForeground: u32, field
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIDialog.cpp928 hhp.clrForeground = hhp.clrBackground = -1; in DoHtmlHelp()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dhtmlhelp.pp261 clrForeground : COLORREF; { use -1 for default }
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Data/HtmlHelp/
H A Dmod.rs581 pub clrForeground: u32,
603 .field("clrForeground", &self.clrForeground)
613 …f.pszText == other.pszText && self.pt == other.pt && self.clrForeground == other.clrForeground && …