#include <pgm_base.h>
#include <kiface_base.h>
#include <kiway.h>
#include <kiway_express.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <kiplatform/ui.h>
#include <widgets/panel_footprint_chooser.h>
#include <settings/settings_manager.h>
#include <footprint_editor_settings.h>
#include <footprint_chooser_frame.h>
#include "wx/display.h"
Go to the source code of this file.
◆ MODAL_FRAME
Value: ( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxSTAY_ON_TOP )
Definition at line 68 of file footprint_chooser_frame.cpp.
◆ AddFootprintToHistory()
static void AddFootprintToHistory |
( |
const wxString & |
aName | ) |
|
|
static |
◆ s_dialogRect()
static wxRect s_dialogRect |
( |
0 |
, |
|
|
0 |
, |
|
|
0 |
, |
|
|
0 |
|
|
) |
| |
|
static |
◆ s_FootprintHistoryList
wxArrayString s_FootprintHistoryList |
|
static |
◆ s_FootprintHistoryMaxCount
unsigned s_FootprintHistoryMaxCount = 8 |
|
static |