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:
parent
833d15ef81
commit
bc81b170c7
4 changed files with 70 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue