|  | Audacity 3.2.0
    | 
#include "ExpandingToolBar.h"#include <wx/wxprec.h>#include <wx/window.h>#include <wx/wx.h>#include <wx/dcmemory.h>#include <wx/log.h>#include "AButton.h"#include "AllThemeResources.h"Go to the source code of this file.
| Classes | |
| class | ToolBarArrangement | 
| Small class that holds some layout information for an ExpandingToolBar.  More... | |
| class | ExpandingToolBarEvtHandler | 
| A custom event handler for ExpandingToolBar.  More... | |
| Enumerations | |
| enum | { kToggleButtonID = 5000 , kTimerID } | 
| Variables | |
| const int | kToggleButtonHeight = 8 | 
| const int | kMyTimerInterval = 50 | 
| const wxRect | kDummyRect = wxRect(-9999, -9999, 0, 0) | 
| anonymous enum | 
| Enumerator | |
|---|---|
| kToggleButtonID | |
| kTimerID | |
Definition at line 86 of file ExpandingToolBar.cpp.
| const wxRect kDummyRect = wxRect(-9999, -9999, 0, 0) | 
Definition at line 84 of file ExpandingToolBar.cpp.
Referenced by ExpandingToolBar::FinishMoving(), ExpandingToolBar::StartMoving(), and ExpandingToolBar::UpdateMoving().
| const int kMyTimerInterval = 50 | 
Definition at line 83 of file ExpandingToolBar.cpp.
Referenced by ExpandingToolBar::FinishMoving(), and ExpandingToolBar::Fit().
| const int kToggleButtonHeight = 8 | 
Definition at line 82 of file ExpandingToolBar.cpp.
Referenced by ExpandingToolBar::Layout().