Home
last modified time | relevance | path

Searched refs:COLOR_3DHILIGHT (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipEnums.cs108 COLOR_3DHILIGHT = 20, enumerator
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DToggleListView.cpp243 …Draw3dRect ( lpDrawItemStruct->hDC, &rDraw, GetSysColorBrush ( COLOR_3DHILIGHT ), GetSysColorBrush… in DrawItem()
246 …emStruct->hDC, &rDraw, GetSysColorBrush ( COLOR_3DSHADOW ), GetSysColorBrush ( COLOR_3DHILIGHT ) ); in DrawItem()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/guied/
H A DGENavigator.cpp201 …Draw3dRect ( dis->hDC, &rDraw, GetSysColorBrush ( COLOR_3DHILIGHT ), GetSysColorBrush ( COLOR_3DSH… in WndProc()
204 …ct ( dis->hDC, &rDraw, GetSysColorBrush ( COLOR_3DSHADOW ), GetSysColorBrush ( COLOR_3DHILIGHT ) ); in WndProc()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinButton.c539 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
604 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
H A DtkWinMenu.c1720 whichGC->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryIndicator()
1791 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryAccelerator()
2326 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryLabel()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinButton.c544 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
609 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
H A DtkWinMenu.c1876 whichGC->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryIndicator()
1954 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryAccelerator()
2511 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryLabel()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinButton.c543 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
608 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in TkpDisplayButton()
H A DtkWinMenu.c1875 whichGC->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryIndicator()
1953 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryAccelerator()
2510 gc->foreground = GetSysColor(COLOR_3DHILIGHT); in DrawMenuEntryLabel()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.cpp649 COLORREF oldBackColor = ::SetBkColor(hdc, ::GetSysColor(COLOR_3DHILIGHT)); in drawControl()
660 ::FillRect(hdc, &widgetRect, (HBRUSH)COLOR_3DHILIGHT); in drawControl()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dbmpbuttn.cpp487 penHiLight = CreatePen(PS_SOLID, 0, GetSysColor(COLOR_3DHILIGHT)); in DrawFace()
H A Dbutton.cpp701 hpenWhite = CreatePen(PS_SOLID, 1, GetSysColor(COLOR_3DHILIGHT)); in DrawButtonFrame()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DExpandItem.java157 long whitePen = OS.CreatePen (OS.PS_SOLID, 1, OS.GetSysColor (OS.COLOR_3DHILIGHT)); in drawChevron()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dbmpbuttn.cpp487 penHiLight = CreatePen(PS_SOLID, 0, GetSysColor(COLOR_3DHILIGHT)); in DrawFace()
H A Dbutton.cpp701 hpenWhite = CreatePen(PS_SOLID, 1, GetSysColor(COLOR_3DHILIGHT)); in DrawButtonFrame()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dbmpbuttn.cpp487 penHiLight = CreatePen(PS_SOLID, 0, GetSysColor(COLOR_3DHILIGHT)); in DrawFace()
H A Dbutton.cpp701 hpenWhite = CreatePen(PS_SOLID, 1, GetSysColor(COLOR_3DHILIGHT)); in DrawButtonFrame()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dbmpbuttn.cpp487 penHiLight = CreatePen(PS_SOLID, 0, GetSysColor(COLOR_3DHILIGHT)); in DrawFace()
H A Dbutton.cpp701 hpenWhite = CreatePen(PS_SOLID, 1, GetSysColor(COLOR_3DHILIGHT)); in DrawButtonFrame()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/engines/ms-windows/
H A Dmsw_style.c865 sys_color_to_gtk_color (XP_THEME_CLASS_BUTTON, COLOR_3DHILIGHT, in setup_system_styles()
1739 SetTextColor (dc, GetSysColor (COLOR_3DHILIGHT)); in draw_tool_button()
1777 SetTextColor (dc, GetSysColor (COLOR_3DHILIGHT)); in draw_push_button()
2051 SetTextColor (dc, GetSysColor (COLOR_3DHILIGHT)); in draw_box()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmscolour.c381 { "win_3dhilight", COLOR_3DHILIGHT },
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsNativeThemeWin.cpp3552 DrawCheckedRect(hdc, widgetRect, COLOR_3DFACE, COLOR_3DHILIGHT, in ClassicDrawWidgetBackground()
3553 (HBRUSH)COLOR_3DHILIGHT); in ClassicDrawWidgetBackground()
3573 DrawCheckedRect(hdc, widgetRect, COLOR_3DHILIGHT, COLOR_3DFACE, in ClassicDrawWidgetBackground()
3718 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_3DHILIGHT + 1)); in ClassicDrawWidgetBackground()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsNativeThemeWin.cpp3787 DrawCheckedRect(hdc, widgetRect, COLOR_3DFACE, COLOR_3DHILIGHT, in ClassicDrawWidgetBackground()
3788 (HBRUSH) COLOR_3DHILIGHT); in ClassicDrawWidgetBackground()
3810 DrawCheckedRect(hdc, widgetRect, COLOR_3DHILIGHT, COLOR_3DFACE, in ClassicDrawWidgetBackground()
3957 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_3DHILIGHT+1)); in ClassicDrawWidgetBackground()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmenuitem.cpp1194 cx, cy, hdcMask, COLOR_3DHILIGHT); in DrawStdCheckMark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalgdi.cxx431 ImplInsertSysColorEntry( COLOR_3DHILIGHT ); in ImplUpdateSysColorEntries()

12345678910>>...14