|
KiCad PCB EDA Suite
|
#include "widgets/filter_combobox.h"#include <wx/textctrl.h>#include <wx/listbox.h>#include <wx/settings.h>#include <wx/sizer.h>#include <wx/stattext.h>#include <wx/valtext.h>#include <kiplatform/ui.h>#include <widgets/ui_common.h>Go to the source code of this file.
Macros | |
| #define | POPUP_PADDING 0 |
| #define | LIST_ITEM_PADDING 6 |
| #define | LIST_PADDING 5 |
Functions | |
| wxDEFINE_EVENT (FILTERED_ITEM_SELECTED, wxCommandEvent) | |
| #define LIST_ITEM_PADDING 6 |
Definition at line 49 of file filter_combobox.cpp.
Referenced by FILTER_COMBOPOPUP::updateSize().
| #define LIST_PADDING 5 |
Definition at line 50 of file filter_combobox.cpp.
Referenced by FILTER_COMBOPOPUP::updateSize().
| #define POPUP_PADDING 0 |
Definition at line 48 of file filter_combobox.cpp.
| wxDEFINE_EVENT | ( | FILTERED_ITEM_SELECTED | , |
| wxCommandEvent | ) |