KiCad PCB EDA Suite
Loading...
Searching...
No Matches
listboxes.h File Reference
#include <wx/listctrl.h>
#include <footprint_filter.h>
#include <memory>

Go to the source code of this file.

Classes

class  ITEMS_LISTBOX_BASE
 Base class to display symbol and footprint lists. More...
 
class  FOOTPRINTS_LISTBOX
 
class  LIBRARY_LISTBOX
 
class  SYMBOLS_LISTBOX
 

Macros

#define LISTBOX_STYLE
 

Macro Definition Documentation

◆ LISTBOX_STYLE

#define LISTBOX_STYLE
Value:
( wxBORDER_NONE | wxLC_NO_HEADER | wxLC_REPORT | wxLC_VIRTUAL | \
wxVSCROLL | wxHSCROLL )

Definition at line 36 of file listboxes.h.