* small cleanup of Draw (less usage of ui_color() which currently

takes a trip to the server!)
* changed look of mark and submenu symbol to better fit the rest
  of the already changed controls
* the actual background color is passed to DrawMarkSymbol() and
  DrawSubmenuSymbol()


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-03-27 18:20:06 +00:00
parent fabe8c62ff
commit 306e92084c
2 changed files with 77 additions and 68 deletions
+2 -2
View File
@@ -90,9 +90,9 @@ private:
void Uninstall();
void SetSuper(BMenu *super);
void Select(bool on);
void DrawMarkSymbol();
void DrawMarkSymbol(rgb_color bgColor);
void DrawShortcutSymbol();
void DrawSubmenuSymbol();
void DrawSubmenuSymbol(rgb_color bgColor);
void DrawControlChar(const char *control);
void SetSysTrigger(char ch);