27 const wxPoint& pos,
const wxSize& size,
long style,
28 const wxString&
name ) :
29 wxPanel( parent, id, pos, size, style,
name ),
34 m_sizerOuter->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
36 m_searchCtrl =
new wxSearchCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition,
51 m_netsList =
new wxDataViewCtrl(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize,
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap)
The base frame for deriving all KiCad main window classes.
virtual void OnSearchTextChanged(wxCommandEvent &event)
NET_INSPECTOR_PANEL(wxWindow *parent, EDA_BASE_FRAME *aFrame, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, -1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
virtual void OnLanguageChanged(wxCommandEvent &event)
virtual void OnSize(wxSizeEvent &event)
virtual void OnLanguageChangedImpl()
Implementation-specific implementation of language update handling.
wxDataViewCtrl * m_netsList
wxSearchCtrl * m_searchCtrl
virtual void OnSetFocus(wxFocusEvent &event)
wxGridBagSizer * m_sizerOuter
BITMAP_BUTTON * m_configureBtn
virtual void OnConfigButton(wxCommandEvent &event)
Base window classes and related definitions.
KICOMMON_API wxFont GetDockedPaneFont(wxWindow *aWindow)
Functions to provide common constants and other functions to assist in making a consistent UI.