#include <pgm_base.h>
#include <kiplatform/ui.h>
#include <wx/button.h>
#include <sch_base_frame.h>
#include <eeschema_settings.h>
#include <widgets/panel_symbol_chooser.h>
#include <symbol_chooser_frame.h>
#include <algorithm>
Go to the source code of this file.
◆ MODAL_STYLE
Value: ( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR )
Definition at line 68 of file symbol_chooser_frame.cpp.
◆ PARENT_STYLE
Value: ( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT )
Definition at line 66 of file symbol_chooser_frame.cpp.
◆ AddSymbolToHistory()
◆ s_SymbolHistoryList
◆ s_SymbolHistoryMaxCount
unsigned s_SymbolHistoryMaxCount = 8 |
|
static |