mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
This commit is contained in:
parent
ccbe16f7df
commit
e2a0759ab3
10 changed files with 561 additions and 34 deletions
|
|
@ -54,6 +54,11 @@ public:
|
|||
mainWindow.reset();
|
||||
}
|
||||
|
||||
void backButtonPressed() override
|
||||
{
|
||||
MainAppWindow::getSharedSidePanel().showOrHide (false);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
void systemRequestedQuit() override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue