Listbox items can now change individual background colors

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6453 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2023-03-06 13:42:05 +00:00
parent b4b28c367c
commit 75d485b5cd
3 changed files with 25 additions and 1 deletions

View File

@ -26,6 +26,11 @@ namespace gui
EGUI_LBC_ICON,
//! Color of selected icon
EGUI_LBC_ICON_HIGHLIGHT,
//! Color of background.
//! Note that this one is drawn over the listbox background and when not used there is no other default
EGUI_LBC_BACKGROUND,
//! Color of selected background
EGUI_LBC_BACKGROUND_HIGHLIGHT,
//! Not used, just counts the number of available colors
EGUI_LBC_COUNT
};