Draw menus using the user chosen colors.

This commit is contained in:
Ryan Leavengood
2012-07-28 23:02:17 -04:00
parent 1510ac0081
commit 6a03786cc9
3 changed files with 23 additions and 32 deletions
+2 -2
View File
@@ -80,9 +80,9 @@ private:
void _InitData();
void _InitMenuData(BMenu* menu);
void _DrawMarkSymbol(rgb_color backgroundColor);
void _DrawMarkSymbol();
void _DrawShortcutSymbol();
void _DrawSubmenuSymbol(rgb_color backgroundColor);
void _DrawSubmenuSymbol();
void _DrawControlChar(char shortcut, BPoint where);
private: