Posted 6 years ago2018-08-28 10:55:38 UTCPost #340707
Anyone know if there's a VGUI combo-box? I had a look through the code base but couldn't see anything obvious, and a git grep -i of combobox just returned a .lib (no plain source files).
Posted 6 years ago2018-08-29 13:39:29 UTCPost #340734
I don't think VGUI1 has a ready-to-use combo box. But it should be possible to build one using the existing components (list panel etc.). Header files for all the UI components are in "utils\vgui\include".