#include <wx/panel.h>
#include <lib_tree_model_adapter.h>
Go to the source code of this file.
|
class | LIB_TREE |
| Widget displaying a tree of components with optional search text control and description panel.Custom event sent when a new component is preselected. More...
|
|
struct | LIB_TREE::STATE |
| Structure storing state of the component tree widget. More...
|
|
◆ wxDECLARE_EVENT() [1/2]
wxDECLARE_EVENT |
( |
COMPONENT_PRESELECTED |
, |
|
|
wxCommandEvent |
|
|
) |
| |
Custom event sent when a component is selected.
◆ wxDECLARE_EVENT() [2/2]
wxDECLARE_EVENT |
( |
COMPONENT_SELECTED |
, |
|
|
wxCommandEvent |
|
|
) |
| |