* Put the selected item in the menu in yellow.
This commit is contained in:
jean.chalard
2009-01-04 07:04:58 +00:00
parent 7111742c4c
commit 449d1eecb7
3 changed files with 13 additions and 23 deletions

View File

@@ -31,6 +31,7 @@ class SimpleMenuItem: public JGuiObject
void Relocate(int x, int y);
int GetWidth();
bool hasFocus();
void RenderWithOffset(float yOffset);
virtual void Render();