KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_hotkeys_editor.cpp File Reference
#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. More...
 

Function Documentation

◆ CreateTextFilterBox()

static wxSearchCtrl * CreateTextFilterBox ( wxWindow *  aParent,
const wxString &  aDescriptiveText 
)
static

Helper function to add a filter box to a panel, with some sensible defaults for that purpose.

Parameters
aParentThe parent widget/panel
aDescriptiveTextThe text to show when the box is empty.
Returns
A newly constructed filter box - the caller owns it

Definition at line 49 of file panel_hotkeys_editor.cpp.

Referenced by PANEL_HOTKEYS_EDITOR::PANEL_HOTKEYS_EDITOR().