#include <wx/panel.h>
#include <wx/timer.h>
#include <lib_tree_model_adapter.h>
#include <widgets/html_window.h>
#include <widgets/wx_dataviewctrl.h>
Go to the source code of this file.
|
| class | LIB_TREE |
| | Widget displaying a tree of symbols with optional search text control and description panel. More...
|
| |
| struct | LIB_TREE::STATE |
| | Structure storing state of the symbol tree widget. More...
|
| |
|
| | wxDECLARE_EVENT (EVT_LIBITEM_SELECTED, wxCommandEvent) |
| | Custom event sent when an item is selected in the list.
|
| |
| | wxDECLARE_EVENT (EVT_LIBITEM_CHOSEN, wxCommandEvent) |
| | Custom event sent when an item is chosen (double-clicked).
|
| |
◆ wxDECLARE_EVENT() [1/2]
| wxDECLARE_EVENT |
( |
EVT_LIBITEM_CHOSEN | , |
|
|
wxCommandEvent | ) |
Custom event sent when an item is chosen (double-clicked).
◆ wxDECLARE_EVENT() [2/2]
| wxDECLARE_EVENT |
( |
EVT_LIBITEM_SELECTED | , |
|
|
wxCommandEvent | ) |
Custom event sent when an item is selected in the list.