mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 06:20:21 +02:00
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:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user