27#include <wx/settings.h>
39#define PLATFORM_STYLE wxTR_LINES_AT_ROOT
41#define PLATFORM_STYLE wxTR_NO_LINES
46 PLATFORM_STYLE | wxTR_HAS_BUTTONS | wxTR_MULTIPLE, wxDefaultValidator,
47 wxT(
"EDATreeCtrl" ) ),
48 m_imageList( nullptr )
73 iconsize.x =
dummy.GetWidth();
74 iconsize.y =
dummy.GetHeight();
77 m_imageList =
new wxImageList( iconsize.x, iconsize.y,
true,
118 if( !myitem1 || !myitem2 )
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
@ icon_pagelayout_editor_24
Handle one item (a file or a directory name) for the tree file.
const wxString & GetFileName() const
TREE_FILE_TYPE GetType() const
PROJECT_TREE_PANE Window to display the tree files.
PROJECT_TREE This is the class to show (as a tree) the files in the project directory.
PROJECT_TREE_PANE * m_projectTreePane
int OnCompareItems(const wxTreeItemId &item1, const wxTreeItemId &item2) override
PROJECT_TREE(PROJECT_TREE_PANE *parent)
wxImageList * m_imageList
IDs used in KiCad main frame foe menuitems and tools.
wxFont GetControlFont(wxWindow *aWindow)
std::vector< FAB_LAYER_COLOR > dummy