* 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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user