1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added LookAndFeel::drawTabbedButtonBarBackground

This commit is contained in:
jules 2013-08-19 19:37:05 +01:00
parent 833d15ef81
commit bc81b170c7
4 changed files with 70 additions and 61 deletions

View file

@ -2274,6 +2274,8 @@ void LookAndFeel::drawTabButton (TabBarButton& button, Graphics& g, bool isMouse
drawTabButtonText (button, g, isMouseOver, isMouseDown);
}
void LookAndFeel::drawTabbedButtonBarBackground (TabbedButtonBar&, Graphics&) {}
void LookAndFeel::drawTabAreaBehindFrontButton (TabbedButtonBar& bar, Graphics& g, const int w, const int h)
{
const float shadowSize = 0.2f;