Home
last modified time | relevance | path

Searched refs:clSelection (Results 1 – 8 of 8) sorted by relevance

/dports/editors/lazarus/lazarus/lcl/interfaces/fpgui/
H A Dfpguiproc.pas181 COLOR_ACTIVEBORDER : Result:=fpgSysColorToRGB(fpg_base.clSelection);
184 COLOR_HIGHLIGHT : Result:=fpgSysColorToRGB(fpg_base.clSelection);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiproc.pas186 COLOR_ACTIVEBORDER : Result:=fpgSysColorToRGB(fpg_base.clSelection);
189 COLOR_HIGHLIGHT : Result:=fpgSysColorToRGB(fpg_base.clSelection);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/fpgui/
H A Dfpguiproc.pas181 COLOR_ACTIVEBORDER : Result:=fpgSysColorToRGB(fpg_base.clSelection);
184 COLOR_HIGHLIGHT : Result:=fpgSysColorToRGB(fpg_base.clSelection);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiproc.pas186 COLOR_ACTIVEBORDER : Result:=fpgSysColorToRGB(fpg_base.clSelection);
189 COLOR_HIGHLIGHT : Result:=fpgSysColorToRGB(fpg_base.clSelection);
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DGraphics.cpp210 tLX->clSelection = Color(0, 100, 150); in InitializeColors()
300 ReadColour(colorfile,"Colours","Selection", tLX->clSelection, tLX->clSelection); in InitializeColors()
H A DCTextbox.cpp180 tLX->clSelection); in Draw()
H A DCBrowser.cpp1574 o->tRect.y + o->tRect.h - scroll_y, tLX->clSelection); in DrawSelectionForText()
1639 (*obj)->tRect.y + (*obj)->tRect.h - scroll_y, tLX->clSelection); in DrawSelection()
/dports/games/openlierox/OpenLieroX/include/
H A DLieroX.h123 Color clSelection; member