24#ifndef KICAD_WX_LISTBOX_H
25#define KICAD_WX_LISTBOX_H
27#include <wx/listbox.h>
33 WX_LISTBOX( wxWindow *parent, wxWindowID winid,
const wxPoint& pos = wxDefaultPosition,
34 const wxSize& size = wxDefaultSize,
int n = 0,
const wxString choices[] = NULL,
36 wxListBox( parent, winid, pos, size, n, choices, style )
44 int FindString(
const wxString& s,
bool bCase =
false )
const override;
WX_LISTBOX(wxWindow *parent, wxWindowID winid, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=NULL, long style=0)
wxString GetBaseString(int n) const
int FindString(const wxString &s, bool bCase=false) const override
wxString GetStringSelection() const override
bool SetStringSelection(const wxString &s) override