KiCad PCB EDA Suite
|
#include <wx/clipbrd.h>
#include <wx/combobox.h>
#include <wx/stattext.h>
#include <wx/textentry.h>
#include <eda_units.h>
#include <eda_draw_frame.h>
#include <confirm.h>
#include "widgets/unit_binder.h"
#include "wx/dcclient.h"
Go to the source code of this file.
Functions | |
wxDEFINE_EVENT (DELAY_FOCUS, wxCommandEvent) | |
wxString | valueDescriptionFromLabel (wxStaticText *aLabel) |
wxString valueDescriptionFromLabel | ( | wxStaticText * | aLabel | ) |
Definition at line 324 of file unit_binder.cpp.
Referenced by UNIT_BINDER::Validate().
wxDEFINE_EVENT | ( | DELAY_FOCUS | , |
wxCommandEvent | |||
) |