KiCad PCB EDA Suite
|
#include <advanced_config.h>
#include <gestfich.h>
#include <hotkeys_basic.h>
#include <kiway_player.h>
#include <locale_io.h>
#include <panel_hotkeys_editor.h>
#include <wildcards_and_files_ext.h>
#include <tool/tool_manager.h>
#include <widgets/button_row_panel.h>
#include <widgets/ui_common.h>
#include <wx/filedlg.h>
#include <wx/sizer.h>
#include <wx/srchctrl.h>
#include <wx/txtstrm.h>
#include <wx/wfstream.h>
Go to the source code of this file.
Functions | |
static wxSearchCtrl * | CreateTextFilterBox (wxWindow *aParent, const wxString &aDescriptiveText) |
Helper function to add a filter box to a panel, with some sensible defaults for that purpose. | |
|
static |
Helper function to add a filter box to a panel, with some sensible defaults for that purpose.
aParent | The parent widget/panel |
aDescriptiveText | The text to show when the box is empty. |
Definition at line 49 of file panel_hotkeys_editor.cpp.
Referenced by PANEL_HOTKEYS_EDITOR::PANEL_HOTKEYS_EDITOR().