|  | Audacity 3.2.0
    | 
#include <vector>#include <wx/defs.h>#include <wx/dragimag.h>#include <wx/timer.h>#include <wx/minifram.h>#include "wxPanelWrapper.h"#include <unordered_map>Go to the source code of this file.
| Classes | |
| class | ExpandingToolBar | 
| A smart ToolBar class that has a "MainPanel" which is always displayed, and an "ExtraPanel" that can be hidden to save space.  More... | |
| class | ToolBarGrabber | 
| Draws the grabber for an ExpandingToolBar.  More... | |
| class | ToolBarDialog | 
| A dialog based container for ExpandingToolBars providing modal based operations.  More... | |
| class | ToolBarFrame | 
| A miniframe based container for ExpandingToolBars providing modeless presentation.  More... | |
| class | ToolBarArea | 
| An alternative to ToolBarFrame which can contain an ExpandingToolBar. ToolBarArea is used for a 'docked' ToolBar, ToolBarFrame for a floating one.  More... | |
| Typedefs | |
| using | WindowHash = std::unordered_map< void *, int > | 
| using WindowHash = std::unordered_map<void*, int> | 
Definition at line 35 of file ExpandingToolBar.h.