|
KiCad PCB EDA Suite
|
#include <widgets/editor_tabs_panel.h>#include <algorithm>#include <wx/aui/auibook.h>#include <wx/aui/framemanager.h>#include <wx/event.h>#include <wx/intl.h>#include <wx/menu.h>#include <wx/sizer.h>#include <class_draw_panel_gal.h>Go to the source code of this file.
Enumerations | |
| enum | { ID_TAB_CLOSE = wxID_HIGHEST + 1 , ID_TAB_CLOSE_OTHERS , ID_TAB_CLOSE_TO_RIGHT , ID_TAB_CLOSE_ALL } |
| anonymous enum |
| Enumerator | |
|---|---|
| ID_TAB_CLOSE | |
| ID_TAB_CLOSE_OTHERS | |
| ID_TAB_CLOSE_TO_RIGHT | |
| ID_TAB_CLOSE_ALL | |
Definition at line 35 of file editor_tabs_panel.cpp.